HticTracer

From Eternity Wiki
Revision as of 15:32, 31 January 2010 by Printz (talk | contribs) (New page: Usage: HticTracer(threshold, maxturn) Threshold and maxturn are integer values in angle dimensions. A projectile running this codepointer will home into the target in Heretic style. It's ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Usage: HticTracer(threshold, maxturn)

Threshold and maxturn are integer values in angle dimensions. A projectile running this codepointer will home into the target in Heretic style. It's angle difference has to be smaller than threshold to home completely. Otherwise, it will only be able to spin by maxturn degrees. Also, homing vertically will only happen if the height difference is significant.

See also