m
Move page script moved page API GetBattlefieldStatus to WoW:API GetBattlefieldStatus without leaving a redirect
(→Details: Updated for 2.4 info) |
m (Move page script moved page API GetBattlefieldStatus to WoW:API GetBattlefieldStatus without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 37: | Line 37: | ||
=== Example === | === Example === | ||
Display a list of battlefield brackets and | Display a list of battlefield brackets and arenas you're currently queued for, pending confirmation, in, or just finished. | ||
local status, mapName, instanceID, minlevel, maxlevel; | local status, mapName, instanceID, minlevel, maxlevel; | ||
| Line 47: | Line 47: | ||
DEFAULT_CHAT_FRAME:AddMessage(mapName .. string.format(" (%d-%d): ", minlevel, maxlevel) ..status); | DEFAULT_CHAT_FRAME:AddMessage(mapName .. string.format(" (%d-%d): ", minlevel, maxlevel) ..status); | ||
end | end | ||
end | |||