Description
Wiki Description
Tells anyone who cares that the vampirism state of this actor has changed.
Documentation Comment
Tell anyone who cares that the vampirism state of this actor has changed
Caveats
Parameters
boolabIsVampire
CK Wiki Description
True if the actor became a vampire, false if they were cured.
Examples
; Tell everyone the player is now a vampire
Game.GetPlayer().SendVampirismStateChanged(true)Auto-Generated Example
bool myBool__abIsVampire
myActor__toCallFunctionOn.SendVampirismStateChanged(myBool__abIsVampire)