SetGhost - Actor

Revision as of 13:53, 2 January 2021 by imported>Pickysaurus (→‎See Also: Added link to console version of the command with a better explanation of what it actually does.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Actor Script

Flags this actor as a ghost or not.

SyntaxEdit

Function SetGhost(bool abIsGhost = true) native

ParametersEdit

  • abIsGhost: Whether to set or clear the actor's ghost status.
    • Default: True

Return ValueEdit

None.

ExamplesEdit

; Set Christmas Future to a ghost
ChristmasFuture.SetGhost()


; Clear Nate's ghost status
Nate.SetGhost(false)

See AlsoEdit