Class EndingRoundEventArgs
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
LeadingTeamclassList
RoundSummary.SumInfo_ClassListisForceEnded
boolisAllowed
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
IsForceEnded
Gets or sets a value indicating whether the round is ended by API call.
public bool IsForceEnded { get; set; }
Property Value
LeadingTeam
Gets or sets the leading team.
public LeadingTeam LeadingTeam { get; set; }