Enum SpawnReason
Possible spawn reasons.
public enum SpawnReason : byte
- Extension Methods
Fields
None = 0No reason specified.
RoundStart = 1The round has just started.
LateJoin = 2The player joined and the round recently started.
Respawn = 3The player was dead and is respawning.
Died = 4The player has died.
Escaped = 5The player has escaped.
Revived = 6The player was revived by SCP-049.
ForceClass = 7The player's role was changed by an admin command or plugin.
Destroyed = 8The user will be destroyed.
RespawnMiniwave = 9The player was dead and is respawning in a mini-wave.
ItemUsage = 10The user has been spawn by the usage of an Item.
Resurrected = 11The user has been resurected.