GameGetScriptGlobalVariableAddress Method

RAGE Plugin Hook Documentation

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

Gets the address of the script global variable with the specified id.

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

public static IntPtr GetScriptGlobalVariableAddress(
	int globalId
)

Parameters

globalId
Type: SystemInt32
The global identifier.

Return Value

Type: IntPtr
An IntPtr representing the address of the global variable.
See Also

Reference