GameFreeMemory Method

RAGE Plugin Hook Documentation

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

Frees the memory previously allocated by AllocateMemory(Int64), using VirtualFree.

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

public static void FreeMemory(
	IntPtr address
)

Parameters

address
Type: SystemIntPtr
The address returned by AllocateMemory(Int64).
See Also

Reference