[This is preliminary documentation and is subject to change.]
Adds the specified argument to this EuphoriaMessage.
Note that this does not override existing arguments with the same name. If this is desired, use the [!:Rage::EuphoriaMessage::SetArgument] overload.
Namespace: Rage.Euphoria
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- name
- Type: SystemString
The name of the argument. - value
- Type: SystemObject
The value of the argument. The following types are supported: Int32SingleBooleanString[!:Rage::Vector3][!:Rage::IHandleable] (Rage.Vehicle, Rage.Ped, Rage.Object, etc.) PoolHandle
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if the specified value is of an unsupported type. |
See Also