Vector3Multiply Operator (Vector3, Single)

RAGE Plugin Hook Documentation

[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

public static Vector3 operator *(
	Vector3 vector,
	float scale
)

Parameters

vector
Type: RageVector3
The vector to scale.
scale
Type: SystemSingle
The amount by which to scale the vector.

Return Value

Type: Vector3
The scaled vector.
See Also

Reference