Vector2Maximize Method (Vector2, Vector2)

RAGE Plugin Hook Documentation

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

Returns a vector containing the largest components of the specified vectors.

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

public static Vector2 Maximize(
	Vector2 value1,
	Vector2 value2
)

Parameters

value1
Type: RageVector2
The first source vector.
value2
Type: RageVector2
The second source vector.

Return Value

Type: Vector2
A vector containing the largest components of the source vectors.
See Also

Reference