Search Results for

    Show / Hide Table of Contents

    Class AnnouncingNtfEntranceEventArgs

    Contains all information before C.A.S.S.I.E announces the NTF entrance.

    Inheritance
    System.Object
    AnnouncingNtfEntranceEventArgs
    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.Map
    Assembly: Exiled.Events.dll
    Syntax
    public class AnnouncingNtfEntranceEventArgs : IDeniableEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    AnnouncingNtfEntranceEventArgs(Int32, String, Int32, Boolean)

    Initializes a new instance of the AnnouncingNtfEntranceEventArgs class.

    Declaration
    public AnnouncingNtfEntranceEventArgs(int scpsLeft, string unitName, int unitNumber, bool isAllowed = true)
    Parameters
    Type Name Description
    System.Int32 scpsLeft
    System.String unitName
    System.Int32 unitNumber
    System.Boolean isAllowed

    Properties

    | Improve this Doc View Source

    IsAllowed

    Gets or sets a value indicating whether or not the NTF spawn will be announced by C.A.S.S.I.E.

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

    ScpsLeft

    Gets or sets the number of SCPs left.

    Declaration
    public int ScpsLeft { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    UnitName

    Gets or sets the NTF unit name.

    Declaration
    public string UnitName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UnitNumber

    Gets or sets the NTF unit number.

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

    Implements

    IDeniableEvent
    IExiledEvent

    Extension Methods

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