Round Events
Round events show up in the events page when the round ends. They do not have any other functionality.
GenericEventData
Section titled “GenericEventData”A generic event. You can set the Text property to the text you want to show.
Properties
Section titled “Properties”Type: "GenericRoundEvent"
Always set to “GenericRoundEvent”. Used to differentiate between classes.
Type: string
The text to show.
DeathEventData
Section titled “DeathEventData”An event marking someone’s death.
Properties
Section titled “Properties”Type: "DeathRoundEvent"
Always set to “DeathRoundEvent”. Used to differentiate between classes.
Victim
Section titled “Victim”Type: Participant
The participant who died.
CorpseSearchedEventData
Section titled “CorpseSearchedEventData”An event marking a corpse being searched.
Properties
Section titled “Properties”Type: "CorpseSearchedRoundEvent"
Always set to “CorpseSearchedRoundEvent”. Used to differentiate between classes.
Victim
Section titled “Victim”Type: Participant
The participant of the corpse being searched.
SearchedBy
Section titled “SearchedBy”Type: Participant
The participant who searched the corpse.
FoundCredits
Section titled “FoundCredits”Type: number?
The amount of credits stolen from the corpse. nil if no credits were stolen.
DeathConfirmedEventData
Section titled “DeathConfirmedEventData”An event marking a death being confirmed.
Properties
Section titled “Properties”Type: "DeathConfirmedRoundEvent"
Always set to “DeathConfirmedRoundEvent”. Used to differentiate between classes.
Victim
Section titled “Victim”Type: Participant
The participant who died.
ConfirmedBy
Section titled “ConfirmedBy”Type: Participant
The participant who confirmed the death.
StartRoundEventData
Section titled “StartRoundEventData”An event marking the start of a round.
Properties
Section titled “Properties”Type: "StartRoundEvent"
Always set to “StartRoundEvent”. Used to differentiate between classes.
EndRoundEventData
Section titled “EndRoundEventData”An event marking the end of a round.
Properties
Section titled “Properties”Type: "EndRoundEvent"
Always set to “EndRoundEvent”. Used to differentiate between classes.
VictoryText
Section titled “VictoryText”Type: string?
The victory text.