1
0
EQ2Emu/docs/lua_functions/GetBaseAggroRadius.md

14 lines
262 B
Markdown

### Function: GetBaseAggroRadius(spawn)
**Description:**
Return's the base aggro radius of the Spawn.
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
**Returns:** Base aggro radius of the spawn in float.
**Example:**
Example Required