A_JumpIfTargetOutsideMeleeRange

From ZDoom Wiki
Jump to navigation Jump to search

state A_JumpIfTargetOutsideMeleeRange(int offset)
state A_JumpIfTargetOutsideMeleeRange(str state)

Note: Jump functions perform differently inside of anonymous functions.

Usage

Jumps the number of frames (offset) forward, or to the specified state when the target of the calling actor is beyond melee range of the caller.

Examples

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.


See also