Vector3Around2D Method (Single, Single)

RAGE Plugin Hook Documentation

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

Gets a position that's between the specified minimum and maximum distances from this position, with the same value on the Z-axis as this position.

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

public Vector3 Around2D(
	float minimumDistance,
	float maximumDistance
)

Parameters

minimumDistance
Type: SystemSingle
The minimum distance.
maximumDistance
Type: SystemSingle
The maximum distance.

Return Value

Type: Vector3
An instance of Vector3 representing the new position.
See Also

Reference