Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API CanJoinBattlefieldAsGroup
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} __NOTOC__ 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 it helps, include an example here, though it's not required if the usage is self-explanatory --> if(CanJoinBattlefieldAsGroup()) then JoinBattlefield(0,1) -- join battlefield as group else JoinBattlefield(0,0) -- join battlefield as single player end <big>'''Result'''</big> Queries the player either as group or as single player.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)