C4 Engine
C4 Engine API Documentation

Interpolator::GetValue

Defined in:  C4Time.h
Returns the current value of an interpolator.
Prototype

float GetValue(voidconst;

Description
The GetValue function returns the current value stored inside an interpolator object. The current value can be set explicitly by calling the Interpolator::SetValue function.

The current value of an interpolator is updated according to the rate and mode state by calling the Interpolator::UpdateValue function.
See Also

Interpolator::SetValue

Interpolator::UpdateValue