eventOnVampirismStateChanged(boolabIsVampire)
Description
Documentation Comment
Received when the vampirism state of this actor changes (when SendVampirismStateChanged is called)
Parameters
boolabIsVampire
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ActiveMagicEffect
event OnVampirismStateChanged(bool abIsVampire)
Debug.trace("Event received - OnVampirismStateChanged: abIsVampire = " + abIsVampire)
endEvent