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

7 lines
309 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param texture table
---Sets a Texture object to show the appropriate flight map texture. Only has effect while interacting with a flight master (i.e. between the TAXIMAP_OPENED and TAXIMAP_CLOSED events).
function SetTaxiMap(texture) end