Enum SpawnReason
Possible spawn reasons.
Namespace: Exiled.API.Enums
Assembly: Exiled.API.dll
Syntax
public enum SpawnReason : byte
Fields
| Name | Description |
|---|---|
| Destroyed | The user will be destroyed. |
| Died | The player has died. |
| Escaped | The player has escaped. |
| ForceClass | The player's role was changed by an admin command or plugin. |
| LateJoin | The player joined and the round recently started. |
| None | No reason specified. |
| Respawn | The player was dead and is respawning. |
| Revived | The player was revived by SCP-049. |
| RoundStart | The round has just started. |