Vector3Around Method (Single)

RAGE Plugin Hook Documentation

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

Gets a position that's exactly the specified distance from this position.

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

public Vector3 Around(
	float distance
)

Parameters

distance
Type: SystemSingle
The distance.

Return Value

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

Reference