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