GamePlayerKillClassification
Classification of a player kill in the game
enum GamePlayerKillClassification {
NEUTRAL
REGULAR
TEAM
}
Values
GamePlayerKillClassification.NEUTRAL
Player killed a neutral enemy
GamePlayerKillClassification.REGULAR
Player killed an player/entity from opponent team
GamePlayerKillClassification.TEAM
Player killed an player/entity from its own team
Member Of
GameEventPlayerKill object