eventOnLycanthropyStateChanged(boolabIsWerewolf)
Description
Documentation Comment
Received when the lycanthropy state of this actor changes (when SendLycanthropyStateChanged is called)
Parameters
boolabIsWerewolf
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ActiveMagicEffect
event OnLycanthropyStateChanged(bool abIsWerewolf)
Debug.trace("Event received - OnLycanthropyStateChanged: abIsWerewolf = " + abIsWerewolf)
endEvent