ClearTracer

From Eternity Wiki
Revision as of 14:52, 20 October 2024 by Printz (talk | contribs) (Created page with "{{Codepointer|description=Clears the calling actor's seek target, to stop homing. |usage='''A_ClearTracer''' |notes=The projectile will stop homing. |seealso= *FindTracer}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

Clears the calling actor's seek target, to stop homing.

Usage

A_ClearTracer

Parameters

No parameters.

Examples

No examples given.

Notes

The projectile will stop homing.

See also