Files
wow-weakauras/Meta/api/SetTaxiMap.lua
2024-11-07 23:12:37 +01:00

5 lines
304 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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