1
0
EQ2Emu/docs/lua_functions/HasGroup.md
2025-05-25 21:42:32 -04:00

14 lines
253 B
Markdown

### Function: HasGroup(spawn)
**Description:**
Return's if the spawn is in a group.
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
**Returns:** True if the spawn is in a group, otherwise false.
**Example:**
Example Required