C4 Engine
C4 Engine API Documentation

Interpolator::SetMaxValue

Defined in:  C4Time.h
Sets the maximum value of an interpolator.
Prototype

void SetMaxValue(float max);

Parameters
max The new maximum interpolator value.
Description
The SetMaxValue function sets the maximum value of an interpolator's range without affecting the minimum value. Calling this function does not affect the current value of the interpolator.
See Also

Interpolator::SetMinValue

Interpolator::GetRange

Interpolator::SetRange