Skip to main content

RoundEnded

Gets called when the round has ended.

Start a script section

!-- OnEvent RoundEnded
-- require $evLeadingTeam $evShowSummary

# Add your instructions here
  • Group: ServerEvents
  • Cancellable: No
  • Event data: RoundEndedEventArgs

Injected variables

VariableTypeDescription
$evLeadingTeamLeadingTeam enum valueThe team that is leading or winning the round.
$evShowSummarybool valueWhether to show the round summary.