RemovePod: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: Type: Miscellaneous, normal Purpose: Part of pod generator code, called when a pod is destroyed. This codepointer uses an internal field of the object to find the pod generator which spaw...)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


Purpose: Part of pod generator code, called when a pod is destroyed. This codepointer uses an internal field of the object to find the pod generator which spawned this pod. If that field is valid, it will decrement the PodGenerator's Counter 0 field so that the generator will be able to spawn more pods in the future.
Purpose: Part of pod generator code, called when a pod is destroyed. This codepointer uses an internal field of the object to find the pod generator which spawned this pod. If that field is valid, it will decrement the PodGenerator's Counter 0 field so that the generator will be able to spawn more pods in the future.
New to Eternity.


Thunk: Yes.
[[PlayerThunk|Thunk]]: Yes.
 
[[Category:Codepointers]]

Latest revision as of 04:35, 18 August 2009

Type: Miscellaneous, normal

Purpose: Part of pod generator code, called when a pod is destroyed. This codepointer uses an internal field of the object to find the pod generator which spawned this pod. If that field is valid, it will decrement the PodGenerator's Counter 0 field so that the generator will be able to spawn more pods in the future.

Thunk: Yes.