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, ServerPed, ServerVehicle, ServerProp
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 |