Cause

An enumeration representing the cause of a player's death in a game. Possible causes include: - [PLAYER_KILLED_PLAYER]: The player was killed by another player. - [PLAYER_KILLED_UNKNOWN]: The player's killer is unknown. - [PLAYER_KILLED_QUIT]: The player died due to voluntarily quitting the game.

Entries

Link copied to clipboard

The player was killed by another player.

Link copied to clipboard

The player's killer is unknown.

Link copied to clipboard

The player died due to voluntarily quitting the game.

Functions

Link copied to clipboard
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.