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.

Validated examples using this eventโ€‹