1
0
EQ2Emu/docs/lua_functions/SetDeity.md

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