Background for Skyrim SE
Member of the Actor script
voidfunctionSendVampirismStateChanged(boolabIsVampire)Native

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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.