7 lines
343 B
Lua
7 lines
343 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---@return number x
|
|
---@return number y
|
|
---Returns the position of a flight point on the taxi map. Only returns valid data while interacting with a flight master (i.e. between the TAXIMAP_OPENED and TAXIMAP_CLOSED events).
|
|
function TaxiNodePosition(index) end |