Quantcast API CanJoinBattlefieldAsGroup - WoWWiki - Your guide to the World of Warcraft
Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

API CanJoinBattlefieldAsGroup

From WoWWiki

Jump to: navigation, search
Main Menu


Returns, whether the player can join a battlefield as group or not.

isTrue = CanJoinBattlefieldAsGroup()


Arguments

none

Returns

isTrue 
Boolean - returns true, if the player can join the battlefield as group


Example

if(CanJoinBattlefieldAsGroup()) then
 JoinBattlefield(0,1) -- join battlefield as group
else
 JoinBattlefield(0,0) -- join battlefield as single player
end

Result

Queries the player either as group or as single player.

Rate this article:
Share this article: