Messages

PlayerDamaged

Event describing a player taking damage. Details include the attacker, victim, the weapon used, and the amount of damage.

Field NameTypeTagDescription
timestampuint641The timestamp when the damage occurred.
categorystring2The category of the event, e.g., “player_damaged”.
attackerPlayer3The player who inflicted the damage.
victimPlayer4The player who received the damage.
weaponstring5The weapon used to inflict damage.
damageInflicteduint326The amount of damage inflicted.

PlayerKilled

Sent when a player is killed. Details are similar to the PlayerDamaged event.

Field NameTypeTagDescription
timestampuint641The timestamp when the player was killed.
categorystring2The category of the event, e.g., “player_killed”.
attackerPlayer3The player who killed the victim.
victimPlayer4The player who was killed.
awardedToPlayer5The awardedTo field describes the player that the kill is given to
weaponstring6The weapon used to kill the player.

PlayerDowned

Event describing a player that has been downed after taking sufficient damage.

Field NameTypeTagDescription
timestampuint641The timestamp when the player was downed.
categorystring2The category of the event, e.g., “player_downed”.
attackerPlayer3The player who downed the victim.
victimPlayer4The player who was downed.
weaponstring5The weapon used to down the player.

PlayerAssist

Sent when a player is killed if there is an assist awarded.

Field NameTypeTagDescription
timestampuint641The timestamp when the assist was awarded.
categorystring2The category of the event, e.g., “player_assist”.
assistantPlayer3The player who assisted in the kill.
victimPlayer4The player who was killed.
weaponstring5The weapon used to assist in the kill.

SquadEliminated

Occurs when the entire squad in a game has been eliminated.

Field NameTypeTagDescription
timestampuint641The timestamp when the squad was eliminated.
categorystring2The category of the event, e.g., “squad_eliminated”.
playersPlayer[]3The players in the squad that was eliminated.

GibraltarShieldAbsorbed

Occurs when Gibraltar’s shield has taken any enemy damage.

Field NameTypeTagDescription
timestampuint641The timestamp when the shield absorbed damage.
categorystring2The category of the event, e.g., “gibraltar_shield_absorbed”.
attackerPlayer3The player who inflicted damage on the shield.
victimPlayer4Gibraltar, the player using the shield.
damageInflicteduint326The amount of damage absorbed by the shield.

RevenantForgedShadowDamaged

Occurs when Revenant, while using his Forged Shadows ultimate, takes any enemy damage.

Field NameTypeTagDescription
timestampuint641The timestamp when the Forged Shadow absorbed damage.
categorystring2The category of the event, e.g., “revenant_forged_shadow_damaged”.
attackerPlayer3The player who inflicted damage on the Forged Shadow.
victimPlayer4Revenant, the player using the Forged Shadows ultimate.
damageInflicteduint326The amount of damage dealt to the Forged Shadow.

Last updated 27 Mar 2024, 04:08 +0700 . history