SetTweenCustomInteger1

Description

Sets the first integer value of the given custom tween ID. A Tween can modify several parameters at the same time. Set the begin value and the end value and an interpolation method. Available interpolation methods are TweenLinear(), TweenSmooth1(), TweenSmooth2(), TweenEaseIn1(), TweenEaseIn2(), TweenEaseOut1(), TweenEaseOut2(), TweenBounce(), TweenOvershoot() Use an interpolation method of -1 to turn off interpolation on this value

Definition

SetTweenCustomInteger1( tweenID, begin, end, interpolation )

Parameters