15 lines
252 B
Markdown
15 lines
252 B
Markdown
### Function: SetDeity(spawn, value)
|
|
|
|
**Description:**
|
|
Set's the deity of the Spawn.
|
|
|
|
**Parameters:**
|
|
- `spawn` (Spawn) - Spawn object representing `spawn`.
|
|
- `value` (int32) - Integer value `value`.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|