SetPlayerAllianceStateControlBJ
- Parameters
-
sourcePlayer player
otherPlayer player
flag boolean
- comment
- patch
1.00
- Source
- Blizzard.j
- return type
nothing
- Source code
function SetPlayerAllianceStateControlBJ takes player sourcePlayer, player otherPlayer, boolean flag returns nothing call SetPlayerAlliance(sourcePlayer, otherPlayer, ALLIANCE_SHARED_CONTROL, flag) endfunction