[This is preliminary documentation and is subject to change.]
Adds two vectors.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- left
 - Type: RageVector2
The first vector to add. - right
 - Type: RageVector2
The second vector to add. 
Return Value
Type: Vector2The sum of the two vectors.
See Also