Background for Skyrim SE
Member of the ReferenceAlias script
eventOnLycanthropyStateChanged(boolabIsWerewolf)

Description

Documentation Comment

Received when the lycanthropy state of this actor changes (when SendLycanthropyStateChanged is called)


Parameters

  1. boolabIsWerewolf


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ReferenceAlias

event OnLycanthropyStateChanged(bool abIsWerewolf)
    Debug.trace("Event received - OnLycanthropyStateChanged: abIsWerewolf = " + abIsWerewolf)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.