Class EventStateManager
Inheritance
System.Object
EventStateManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Shared.Events
Assembly: AltV.Net.Shared.dll
Syntax
public class EventStateManager
Constructors
| Improve this Doc View SourceEventStateManager(ISharedCore)
Declaration
public EventStateManager(ISharedCore core)
Parameters
Type | Name | Description |
---|---|---|
ISharedCore | core |
Fields
| Improve this Doc View SourceHandlerCount
Declaration
public readonly Dictionary<EventType, int> HandlerCount
Field Value
Type | Description |
---|---|
Dictionary<EventType, System.Int32> |
Methods
| Improve this Doc View SourceAddHandler(EventType)
Declaration
public void AddHandler(EventType type)
Parameters
Type | Name | Description |
---|---|---|
EventType | type |
RemoveHandler(EventType)
Declaration
public void RemoveHandler(EventType type)
Parameters
Type | Name | Description |
---|---|---|
EventType | type |