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

318 B

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:

RemoveSpawnAccess(Spawn, Player)