KillChildren: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(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...")
 
(No difference)

Latest revision as of 09:27, 27 December 2011

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]