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
| Variable | Type | Description |
|---|---|---|
$evLeadingTeam | LeadingTeam enum value | The team that is leading or winning the round. |
$evShowSummary | bool value | Whether to show the round summary. |