1
0
EQ2Emu/docs/lua_functions/SetPlayerPOVGhost.md
2025-05-04 14:34:15 -04:00

18 lines
299 B
Markdown

### Function: SetPlayerPOVGhost(param1, param2)
**Description:**
Placeholder description.
**Parameters:**
- `param1`: Spawn - The spawn or entity involved.
- `param2`: Spawn - The spawn or entity involved.
**Returns:** None.
**Example:**
```lua
-- Example usage
SetPlayerPOVGhost(..., ...)
```