1
0
EQ2Emu/docs/lua_functions/RemoveSpawnAccess.md
2025-05-25 21:42:32 -04:00

17 lines
318 B
Markdown

### Function: RemoveSpawnAccess(Spawn, Player)
**Description:**
Removes the Player from accessing the Spawn.
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
- `player` (Spawn) - Spawn object representing `player`.
**Returns:** None.
**Example:**
```lua
RemoveSpawnAccess(Spawn, Player)
```