RotatorMultiply Operator (Rotator, Single)

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "M:Rage.Rotator.op_Multiply(Rage.Rotator,System.Single)"]

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

public static Rotator operator *(
	Rotator left,
	float scale
)

Parameters

left
Type: RageRotator

[Missing <param name="left"/> documentation for "M:Rage.Rotator.op_Multiply(Rage.Rotator,System.Single)"]

scale
Type: SystemSingle

[Missing <param name="scale"/> documentation for "M:Rage.Rotator.op_Multiply(Rage.Rotator,System.Single)"]

Return Value

Type: Rotator

[Missing <returns> documentation for "M:Rage.Rotator.op_Multiply(Rage.Rotator,System.Single)"]

See Also

Reference