Files
wow_Meta/api/TaxiNodeSetCurrent.lua
2025-05-04 15:15:00 +02:00

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