Description
Wiki Description
Sets or clears the enemy flag from this faction for the player.
Documentation Comment
Sets or clears the player as an enemy of this faction
Parameters
boolabIsEnemy=true
CK Wiki Description
True if the player should be an enemy of the faction, false if the player shouldn't be.
- Default:True
Examples
No human-generated examples found for this function.
Auto-Generated Example
bool myBool__abIsEnemy
myFaction__toCallFunctionOn.SetPlayerEnemy(myBool__abIsEnemy)