5 lines
179 B
Lua
5 lines
179 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil isBenchmark
|
|
---Returns whether flight path benchmark mode is enabled
|
|
function GetTaxiBenchmarkMode() end |