SeekTracer

From Eternity Wiki
Jump to navigationJump to search

Description

Generic seeker missile function.

Usage

A_SeekTracer(angle_threshold, max_turn)

Parameters

  • angle_threshold: if angle to target is lower than this, missile will 'snap' directly to face the target (degrees)
  • max_turn: maximum angle a missile will turn towards the target if angle is above the threshold (degrees)

Examples

No examples given.

Notes

This is similar to HticTracer, except that it's not limited on the Z velocity update the same way as nitrogolem skulls.

See also