WoW:API IsActiveBattlefieldArena: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API IsActiveBattlefieldArena to API IsActiveBattlefieldArena without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Used for checking if the player is inside an arena or if it's a rated match | |||
isArena, isRegistered = IsActiveBattlefieldArena(); | |||
== Parameters == | |||
=== Returns === | === Returns === | ||
:; | :; isArena : Integer - 1 if the player is inside an arena, nil if they aren't | ||
:; | :; isRegistered : Integer - 1 if the player is playing a rated arena match, nil if they aren't | ||
== Details == | |||
: If you are in waiting room and/or countdown is going on, it will return false. |
Latest revision as of 04:46, 15 August 2023
← WoW API < IsActiveBattlefieldArena
Used for checking if the player is inside an arena or if it's a rated match
isArena, isRegistered = IsActiveBattlefieldArena();
Parameters[edit]
Returns[edit]
- isArena
- Integer - 1 if the player is inside an arena, nil if they aren't
- isRegistered
- Integer - 1 if the player is playing a rated arena match, nil if they aren't
Details[edit]
- If you are in waiting room and/or countdown is going on, it will return false.