KillChildren

From Eternity Wiki
Revision as of 09:27, 27 December 2011 by Printz (talk | contribs) (Created page with "'''KillChildren'''(''kill_or_remove'') Kills all actors in the map tagged as "children" to the caller. Currently, a spawned actor can only be tagged as child by using the [[Thin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

KillChildren(kill_or_remove)

Kills all actors in the map tagged as "children" to the caller. Currently, a spawned actor can only be tagged as child by using the ThingSummon codepointer.

kill_or_remove can be kill (or 0), which will result in a Die call for each child, or it can be remove (or 1), which will simply make it disappear.

See also[edit]