Background for Skyrim SE
Member of the Actor script
voidfunctionSetGhost(boolabIsGhost=true)Native

Description

Wiki Description

Flags this actor as a ghost or not.

Documentation Comment

Flags/unflags this actor as a ghost


Parameters

  1. boolabIsGhost=true

    CK Wiki Description

    Whether to set or clear the actor's ghost status.

    • Default:True

Examples

No human-generated examples found for this function.

Auto-Generated Example

bool myBool__abIsGhost

myActor__toCallFunctionOn.SetGhost(myBool__abIsGhost)

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.