Search Results for

    Show / Hide Table of Contents

    Class RoundEndedEventArgs

    Contains all information after the end of a round.

    Inheritance
    System.Object
    RoundEndedEventArgs
    Implements
    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 RoundEndedEventArgs : IExiledEvent

    Constructors

    | Improve this Doc View Source

    RoundEndedEventArgs(LeadingTeam, RoundSummary.SumInfo_ClassList, Int32)

    Initializes a new instance of the RoundEndedEventArgs class.

    Declaration
    public RoundEndedEventArgs(LeadingTeam leadingTeam, RoundSummary.SumInfo_ClassList classList, int timeToRestart)
    Parameters
    Type Name Description
    LeadingTeam leadingTeam
    RoundSummary.SumInfo_ClassList classList
    System.Int32 timeToRestart

    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

    LeadingTeam

    Gets the leading team.

    Declaration
    public LeadingTeam LeadingTeam { get; }
    Property Value
    Type Description
    LeadingTeam
    | Improve this Doc View Source

    TimeToRestart

    Gets or sets the time to restart the next round.

    Declaration
    public int TimeToRestart { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    IExiledEvent

    Extension Methods

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