SeekerMissile
From Eternity Wiki
Jump to navigationJump to search
Description
{{{description}}}
Usage
A_SeekerMissile(threshold, max_turn_angle, flags, acquire_chance, acquire_distance)
Parameters
- threshold: Angle turning threshold. If necessary angle to turn to target is beyond this, it will turn at half the rate towards it (default 90, limited to 0-90).
- max_turn_angle: Rate of angle to turn (default 90, limited to 0-90).
- flags: can be normal (which implies nothing), or a combination (joined by "
Examples
No examples given.
Notes
No particular notes.