416 B
416 B
Function: DespawnByLocationID(zone, location_id, delay)
Description: Despawns a spawn by a zone and location_id. If there is a delay specified then the despawn triggers after the delay.
Parameters:
zone
(Zone) - Zone object representingzone
.location_id
(uint32) - Integer valuelocation_id
.delay
(uint32) - Integer valuedelay
.
Returns: None.
Example:
Example Required