1
0
EQ2Emu/docs/lua_functions/SetPlayerPOVGhost.md

15 lines
320 B
Markdown

### Function: SetPlayerPOVGhost(player, spawn)
**Description:**
Set's the Player's POV Ghost to another Spawn if needed, or nil to reset.
**Parameters:**
- `player` (Spawn) - Spawn object representing `player`.
- `spawn` (Spawn) - Spawn object representing `spawn`.
**Returns:** None.
**Example:**
Example Required