Class AnnouncingNtfEntranceEventArgs
Contains all information before C.A.S.S.I.E announces the NTF entrance.
Inheritance
System.Object
AnnouncingNtfEntranceEventArgs
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 SourceAnnouncingNtfEntranceEventArgs(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 SourceIsAllowed
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 |
ScpsLeft
Gets or sets the number of SCPs left.
Declaration
public int ScpsLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UnitName
Gets or sets the NTF unit name.
Declaration
public string UnitName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnitNumber
Gets or sets the NTF unit number.
Declaration
public int UnitNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |