[This is preliminary documentation and is subject to change.]
Scales a vector by the given value.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- vector
 - Type: RageVector2
The vector to scale. - scale
 - Type: SystemSingle
The amount by which to scale the vector. - result
 - Type: RageVector2
When the method completes, contains the scaled vector. 
See Also