Skip to content

Round Events

Round events show up in the events page when the round ends. They do not have any other functionality.

A generic event. You can set the Text property to the text you want to show.

Type: "GenericRoundEvent"

Always set to “GenericRoundEvent”. Used to differentiate between classes.

Type: string

The text to show.

An event marking someone’s death.

Type: "DeathRoundEvent"

Always set to “DeathRoundEvent”. Used to differentiate between classes.

Type: Participant

The participant who died.

An event marking a corpse being searched.

Type: "CorpseSearchedRoundEvent"

Always set to “CorpseSearchedRoundEvent”. Used to differentiate between classes.

Type: Participant

The participant of the corpse being searched.

Type: Participant

The participant who searched the corpse.

Type: number?

The amount of credits stolen from the corpse. nil if no credits were stolen.

An event marking a death being confirmed.

Type: "DeathConfirmedRoundEvent"

Always set to “DeathConfirmedRoundEvent”. Used to differentiate between classes.

Type: Participant

The participant who died.

Type: Participant

The participant who confirmed the death.

An event marking the start of a round.

Type: "StartRoundEvent"

Always set to “StartRoundEvent”. Used to differentiate between classes.

An event marking the end of a round.

Type: "EndRoundEvent"

Always set to “EndRoundEvent”. Used to differentiate between classes.

Type: string?

The victory text.