A_RemovePod

From ZDoom Wiki
Revision as of 17:25, 3 August 2009 by Gez (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_RemovePod
(no parameters)

Decreases by one the special1 field of the calling actor's master.

A PodGenerator uses this field to count how many children it has currently spawned with A_MakePod. This function is restricted to classes inheriting from Pod because the same field might be used by other special actors or restricted codepointers for different purposes.