Vector4Clamp Method (Vector4, Vector4, Vector4)

RAGE Plugin Hook Documentation

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

Restricts a value to be within a specified range.

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

public static Vector4 Clamp(
	Vector4 value,
	Vector4 min,
	Vector4 max
)

Parameters

value
Type: RageVector4
The value to clamp.
min
Type: RageVector4
The minimum value.
max
Type: RageVector4
The maximum value.

Return Value

Type: Vector4
The clamped value.
See Also

Reference