[This is preliminary documentation and is subject to change.]
A collection of methods for invoking natives.
Inheritance Hierarchy
Rage.NativeNativeFunction
Namespace: Rage.Native
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The NativeFunction type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Natives |
Gets an object that can be used to invoke natives. See DynamicNativeFunction for more information.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | Call | |
![]() ![]() | CallByAddress(IntPtr, Type, NativeArgument) |
Calls a native by its address. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
|
![]() ![]() | CallByAddressReturnType(IntPtr, NativeArgument) |
Calls a native by its address. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
|
![]() ![]() | CallByHash(UInt64, Type, NativeArgument) |
Calls a native by its hash. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
|
![]() ![]() | CallByHashReturnType(UInt64, NativeArgument) |
Calls a native by its hash. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
|
![]() ![]() | CallByName(String, Type, NativeArgument) |
Calls a native by its name. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
|
![]() ![]() | CallByNameReturnType(String, NativeArgument) |
Calls a native by its name. This method should not be called directly. Use [!:Rage::NativeFunction::Natives] instead.
|
See Also