# Orphan Actor Scope

Grammar — Orphan actor scope actorScope
FlagsNative | Action

Tells an actor scope to orphan itself, meaning that, once all of the actors inside of that scope have died, the scope will kill itself. Under normal circumstances, this happens automatically. However, it is theoretically possible for a user (through trigger script) to create actors in a scope where the scope won’t automatically die once its actors are dead.

# Arguments

  • actorscope — Actor Scope

Returns — void

native void ActorScopeOrphan(actorscope as);

Category: Actor / Destroy Actors

# Examples

— None found —