GameLockMinimapPosition Method (Single, Single)

RAGE Plugin Hook Documentation

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

Locks the minimap to the specified world position.

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

public static void LockMinimapPosition(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
The X-component of the world position to lock the minimap to.
y
Type: SystemSingle
The Y-component of the world position to lock the minimap to.
See Also

Reference