checkFadeLength - 18684092/Steering-Wheel-Project GitHub Wiki
CheckFadeLength
Access: Private
Prototype: bool checkFadeLength(Uint32 fLen)
Parameters: fLen is the duration of the fade part of the envelope.
Return Value: Boolean true if within range, false otherwise.
Description: MIN_FADE_LENGTH >= fLen <= SDL_MAX_UINT32
Note: See the constant and periodic effect description.
Related Functions: checkDuration(), checkDelay(), checkAttackLength(), checkFadeLength(), checkEnvelopeTime(), checkIterations(), checkLevel(), checkFadeLevel(), checkSatLevel(), checkCoEfLevel(), checkDeadband(), checkCentre(), checkAttackLevel(), checkEffectNumber(), checkHaptic(), checkParamsConstant(), checkParamsEnvelope(), checkParamsPeriod(), checkParamsCondition(), checkDirection(), checkPeriodType(), checkConditionType(), checkGain()