Class CustomEventReceivedArgs
Inherited Members
Namespace: RageCoop.Client.Scripting
Assembly: RageCoop.Client.dll
Syntax
public class CustomEventReceivedArgs : EventArgs
Properties
Args
Supported types: byte, short, ushort, int, uint, long, ulong, float, bool, string, Vector3, Quaternion
Declaration
public object[] Args { get; set; }
Property Value
Type | Description |
---|---|
Object[] |
Hash
The event hash
Declaration
public int Hash { get; set; }
Property Value
Type | Description |
---|---|
Int32 |