[This is preliminary documentation and is subject to change.]
Gets the original percentage provided to Lerp, given the start, end and lerped value.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- start
- Type: SystemSingle
The start. - end
- Type: SystemSingle
The end. - lerpedValue
- Type: SystemSingle
The lerped value.
Return Value
Type: SingleThe lerp percentage.
See Also