[This is preliminary documentation and is subject to change.]
Represents an argument for a call to a native.
Inheritance Hierarchy
Rage.NativeNativeArgument
Namespace: Rage.Native
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The NativeArgument type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NativeArgument(Boolean) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Boolean*) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Byte) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Int32) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Int32*) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Int64) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Int64*) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(IntPtr) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(SByte*) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Single) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Single*) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(UInt32) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(UInt32*) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(UInt64) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(UInt64*) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Void*) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(IHandleable) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Model) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(NativePointer) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(NativeString) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Player) | Initializes a new instance of the NativeArgument class | |
| NativeArgument(Vector3*) | Initializes a new instance of the NativeArgument class |
Properties
| Name | Description | |
|---|---|---|
| IsPointer | ||
| IsString | ||
| ParameterType | ||
| Value |
Methods
| Name | Description | |
|---|---|---|
| CleanUp | ||
| Dispose | Releases all resources used by the NativeArgument |
Operators
See Also