410 B
410 B
Function: AddRespawn(zone, location_id, respawn_time)
Description: Creates a new respawn using the location_id for the Zone and sets the respawn_time provided.
Parameters:
zone
(Zone) - Zone object representingzone
.location_id
(uint32) - Integer valuelocation_id
.respawn_time
(int32) - Time valuerespawn_time
in seconds.
Returns: None.
Example:
Example Required