- Found in:
- Vanilla
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 ReferenceAlias
event OnLycanthropyStateChanged(bool abIsWerewolf)
Debug.trace("Event received - OnLycanthropyStateChanged: abIsWerewolf = " + abIsWerewolf)
endEvent