Initial commit
This commit is contained in:
5
api/TaxiNodeSetCurrent.lua
Normal file
5
api/TaxiNodeSetCurrent.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
Reference in New Issue
Block a user