Class CustomEventReceivedArgs
Inherited Members
Namespace: RageCoop.Client.Scripting
Assembly: RageCoop.Client.dll
Syntax
public class CustomEventReceivedArgs : EventArgs
Properties
Args
Arguments
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 |