7 lines
306 B
Lua
7 lines
306 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param slot number
|
|
---Sets the "current" flight path node. Used in the default UI when mousing over a node; tells the client to compute the route paths involving the node (see TaxiGetSrcX() et al).
|
|
function TaxiNodeSetCurrent(slot) end
|