Skip to main content

RoundEnding

Gets called when the round is ending.

Start a script section

!-- OnEvent RoundEnding
-- require $evIsAllowed $evLeadingTeam

# Add your instructions here
  • Group: ServerEvents
  • Cancellable: Yes
  • Event data: RoundEndingEventArgs

Injected variables

VariableTypeDescription
$evIsAllowedbool valueWhether the event is allowed to run.
$evLeadingTeamLeadingTeam enum valueThe team that is leading or winning the round.