[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
- value
- Type: RageVector3
The vector to scale. - scale
- Type: SystemSingle
The amount by which to scale the vector.
Return Value
Type: Vector3The scaled vector.
See Also