Class CustomEventReceivedArgs
Inherited Members
Namespace: RageCoop.Server.Scripting
Assembly: RageCoop.Server.dll
Syntax
public class CustomEventReceivedArgs : EventArgs
Properties
Args
The arguments of this event
Declaration
public List<object> Args { get; set; }
Property Value
Type | Description |
---|---|
List<Object> |
Hash
The event hash
Declaration
public int Hash { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Sender
The Client that triggered this event
Declaration
public Client Sender { get; set; }
Property Value
Type | Description |
---|---|
Client |