Description
Wiki Description
Tells anyone who cares that the lycanthropy state of this actor has changed.
Documentation Comment
Tell anyone who cares that the lycanthropy state of this actor has changed
Caveats
Parameters
boolabIsWerewolf
CK Wiki Description
True if the actor became a werewolf, false if they were cured.
Examples
; Tell everyone the player is now a werewolf
Game.GetPlayer().SendLycanthropyStateChanged(true)Auto-Generated Example
bool myBool__abIsWerewolf
myActor__toCallFunctionOn.SendLycanthropyStateChanged(myBool__abIsWerewolf)