KillChildren

From Eternity Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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