14 lines
239 B
Markdown
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
|