1
0
EQ2Emu/docs/lua_functions/GetOwner.md

14 lines
277 B
Markdown

### Function: GetOwner(spawn)
**Description:**
Gets the Owner Spawn object in reference to the spawn provided (Pet/Charmed).
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
**Returns:** Return's the owner spawn object.
**Example:**
Example Required