1
0
EQ2Emu/docs/lua_functions/GetRaceName.md

14 lines
239 B
Markdown

### Function: GetRaceName(spawn)
**Description:**
Gets the string name of the Spawn's race.
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
**Returns:** String of the spawn's race.
**Example:**
Example Required