CheckMeleeRange2

From ZDoom Wiki
Jump to navigation Jump to search

Bool CheckMeleeRange2 ()

Usage

Checks if the calling actor is within 128 map units of his target. This function is only used by the A_SerpentCheckForAttack function, and is simply a ZScript copy of the CheckMeleeRange function. It is recommended that you use CheckMeleeRange instead, as it's the original version of the function, and is also more configurable.

Return value

Returns true if the calling actor is within 128 map units of their target. Returns false otherwise, the fail conditions are the same as the ones of CheckMeleeRange.

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.