GenTracer: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: Causes the calling missile actor to follow its target, similar to Doom's original Tracer, but without depending on the time to be a multiple of 4 tics, or spawning a '''TracerSmoke''' ...)
 
(cat)
Line 1: Line 1:
Causes the calling missile actor to follow its target, similar to Doom's original [[Tracer]], but without depending on the time to be a multiple of 4 tics, or spawning a '''TracerSmoke''' object. This codepointer uses no arguments. See [[Tracer]] for the Doom model homing missile, and [[HticTracer]] and [[WhirlwindSeek]] for Heretic implementations.
Causes the calling missile actor to follow its target, similar to Doom's original [[Tracer]], but without depending on the time to be a multiple of 4 tics, or spawning a '''TracerSmoke''' object. This codepointer uses no arguments. See [[Tracer]] for the Doom model homing missile, and [[HticTracer]] and [[WhirlwindSeek]] for Heretic implementations.
[[Category:Codepointers]]

Revision as of 06:05, 28 December 2011

Causes the calling missile actor to follow its target, similar to Doom's original Tracer, but without depending on the time to be a multiple of 4 tics, or spawning a TracerSmoke object. This codepointer uses no arguments. See Tracer for the Doom model homing missile, and HticTracer and WhirlwindSeek for Heretic implementations.