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
Caveats
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
; Set the player as the enemy of the faction
BadGuys.SetPlayerEnemy(); No longer have the player be the enemy of the faction
BadGuys.SetPlayerEnemy(false)Auto-Generated Example
bool myBool__abIsEnemy
myFaction__toCallFunctionOn.SetPlayerEnemy(myBool__abIsEnemy)