Description
Wiki Description
Flags this actor as a ghost or not.
Documentation Comment
Flags/unflags this actor as a ghost
Caveats
Parameters
boolabIsGhost=true
CK Wiki Description
Whether to set or clear the actor's ghost status.
- Default:True
Examples
; Set Christmas Future to a ghost
ChristmasFuture.SetGhost(); Clear Nate's ghost status
Nate.SetGhost(false)Auto-Generated Example
bool myBool__abIsGhost
myActor__toCallFunctionOn.SetGhost(myBool__abIsGhost)