A_JumpIfTracerCloser

From ZDoom Wiki
Revision as of 09:43, 11 August 2010 by Gez (talk | contribs) (replacing svn tags with new tags for version 2.5.0)
Jump to navigation Jump to search

A_JumpIfTracerCloser (int distance, int offset)
A_JumpIfTracerCloser (int distance, str "state")

Jumps the given offset forward or to the given state if the distance to the tracer is lower than the given value. This is only performed for actors with the SEEKERMISSILE flag, since other actors should not have a tracer. (New from 4.14.3)

Example

Nuvolachalk.png Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated.