Search Results for

    Show / Hide Table of Contents

    Class EndingRoundEventArgs

    Contains all information before ending a round.

    Inheritance
    System.Object
    EndingRoundEventArgs
    Implements
    IDeniableEvent
    IExiledEvent
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.Events.EventArgs.Server
    Assembly: Exiled.Events.dll
    Syntax
    public class EndingRoundEventArgs : IDeniableEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    EndingRoundEventArgs(RoundSummary.LeadingTeam, RoundSummary.SumInfo_ClassList, Boolean, Boolean)

    Initializes a new instance of the EndingRoundEventArgs class.

    Declaration
    public EndingRoundEventArgs(RoundSummary.LeadingTeam leadingTeam, RoundSummary.SumInfo_ClassList classList, bool isAllowed, bool isForceEnded)
    Parameters
    Type Name Description
    RoundSummary.LeadingTeam leadingTeam
    RoundSummary.SumInfo_ClassList classList
    System.Boolean isAllowed
    System.Boolean isForceEnded

    Properties

    | Improve this Doc View Source

    ClassList

    Gets or sets the round summary class list.

    Declaration
    public RoundSummary.SumInfo_ClassList ClassList { get; set; }
    Property Value
    Type Description
    RoundSummary.SumInfo_ClassList
    | Improve this Doc View Source

    IsAllowed

    Gets or sets a value indicating whether the event can be executed or not.

    Declaration
    public bool IsAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsForceEnded

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

    Declaration
    public bool IsForceEnded { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsRoundEnded

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

    Declaration
    public bool IsRoundEnded { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LeadingTeam

    Gets or sets the leading team.

    Declaration
    public LeadingTeam LeadingTeam { get; set; }
    Property Value
    Type Description
    LeadingTeam

    Implements

    IDeniableEvent
    IExiledEvent

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX