GenTracer: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(cat)
No edit summary
 
Line 1: Line 1:
{{codepointer
|description=Generic tracer, without revenant attack's specific traits.
|usage='''GenTracer'''
|notes=
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]]
|seealso=
*[[HticTracer]]
*[[Tracer]]
*[[WhirlwindSeek]]}}

Latest revision as of 11:32, 26 April 2020

Description

Generic tracer, without revenant attack's specific traits.

Usage

GenTracer

Parameters

No parameters.

Examples

No examples given.

Notes

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.

See also