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