mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
467 B
467 B
Function: AddSpawnIDAccess(Player, spawn_id, zone)
Description: Adds Player to the access list of the spawn_id provided. Zone is optional, it will use Player's zone to determine any Spawn's in zone based on the spawn_id provided.
Parameters:
Player(Spawn) - Spawn object representingPlayer.spawn_id(uint32) - Integer valuespawn_id.zone(Zone) - Zone object representingzone.
Returns: None.
Example:
Example Required