Background for Skyrim SE
Member of the ActiveMagicEffect 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 ActiveMagicEffect

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.