Background for Skyrim SE
Member of the ActiveMagicEffect script
eventOnVampirismStateChanged(boolabIsVampire)

Description

Documentation Comment

Received when the vampirism state of this actor changes (when SendVampirismStateChanged is called)


Parameters

  1. boolabIsVampire


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

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