AlertMonsters: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
m (link back)
No edit summary
 
Line 1: Line 1:
Alerts all monsters in hearing range of the monster's target (enemy) or projectile's thrower hearing range (depending by what it's called, an enemy or a projectile).
{{codepointer|description=Alerts all monsters in hearing range of the monster's target (enemy) or projectile's thrower hearing range (depending by what it's called, an enemy or a projectile).
 
|usage='''A_AlertMonsters'''
The triggering object needs to either be a thrown projectile, or a monster with a target.
|notes=The triggering object needs to either be a thrown projectile, or a monster with a target.
 
|seealso=
[[List of codepointers]]
*[https://zdoom.org/wiki/A_AlertMonsters A_AlertMonsters] on the [[ZDoom]] wiki.
 
*[[NoiseAlert]]
[[Category:Codepointers]]
}}

Latest revision as of 07:04, 26 December 2024

Description

Alerts all monsters in hearing range of the monster's target (enemy) or projectile's thrower hearing range (depending by what it's called, an enemy or a projectile).

Usage

A_AlertMonsters

Parameters

No parameters.

Examples

No examples given.

Notes

The triggering object needs to either be a thrown projectile, or a monster with a target.

See also