The search keyword must be a single word (no spaces).
Function SetPlayerAllianceStateFullControlBJ
- Line
- 5173
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- player sourcePlayer, player otherPlayer, boolean flag
- Returns
- nothing
| 5173 | function SetPlayerAllianceStateFullControlBJ takes player sourcePlayer, player otherPlayer, boolean flag returns nothing |
| 5174 | call SetPlayerAlliance(sourcePlayer, otherPlayer, ALLIANCE_SHARED_ADVANCED_CONTROL, flag) |
| 5175 | endfunction
|