ClearTracer: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(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}}")
 
(No difference)

Latest revision as of 14:52, 20 October 2024

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