CripplePlayer
- Parameters
-
whichPlayer player
The player to reveal.
toWhichPlayers force
The players who will see whichPlayer's buildings.
flag boolean
If true, the buildings will be revealed. If false, the buildings will not be revealed. Note that if you set it to false, it will not hide the buildings with a black mask.
- comment
-
Reveals a player's remaining buildings to a force. The black mask over the buildings will be removed as if the territory had been discovered.
- note
-
This function will not check whether the player has a town hall before revealing.
- patch
-
1.07
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native CripplePlayer takes player whichPlayer, force toWhichPlayers, boolean flag returns nothing