Files
wow_Meta/api/RequestRaidInfo.lua
2024-12-16 13:13:08 +01:00

4 lines
319 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Requests information about saved instances from the server. Data is not returned immediately; the UPDATE_INSTANCE_INFO event when the raid information is available for retrieval via GetSavedInstanceInfo() and related functions.
function RequestRaidInfo() end