Table of Contents

Class EndingRoundEventArgs

Namespace
Exiled.Events.EventArgs.Server
Assembly
Exiled.Events.dll

Contains all information before ending a round.

public class EndingRoundEventArgs : IDeniableEvent, IExiledEvent
Inheritance
EndingRoundEventArgs
Implements
Inherited Members
Extension Methods

Constructors

EndingRoundEventArgs(LeadingTeam, SumInfo_ClassList, bool, bool)

Initializes a new instance of the EndingRoundEventArgs class.

public EndingRoundEventArgs(LeadingTeam leadingTeam, RoundSummary.SumInfo_ClassList classList, bool isForceEnded, bool isAllowed)

Parameters

leadingTeam LeadingTeam
classList RoundSummary.SumInfo_ClassList
isForceEnded bool
isAllowed bool

Properties

ClassList

Gets or sets the round summary class list.

public RoundSummary.SumInfo_ClassList ClassList { get; set; }

Property Value

RoundSummary.SumInfo_ClassList

IsAllowed

Gets or sets a value indicating whether the round is going to finish or not.

public bool IsAllowed { get; set; }

Property Value

bool

IsForceEnded

Gets or sets a value indicating whether the round is ended by API call.

public bool IsForceEnded { get; set; }

Property Value

bool

LeadingTeam

Gets or sets the leading team.

public LeadingTeam LeadingTeam { get; set; }

Property Value

LeadingTeam