GameGetNativeAddress Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets the address of the native function with the specified name.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static IntPtr GetNativeAddress(
	string name
)

Parameters

name
Type: SystemString
The name of the native function.

Return Value

Type: IntPtr
If the native function exists, returns a IntPtr representing the address of the native function; otherwise, returns Zero.
See Also

Reference