[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
Parameters
- minimumDistance
- Type: SystemSingle
The minimum distance. - maximumDistance
- Type: SystemSingle
The maximum distance.
Return Value
Type: Vector3An instance of Vector3 representing the new position.
See Also