StartNodeAnimation()

Syntax

StartNodeAnimation(#NodeAnimation [, Flags])
Description
Start the specified #NodeAnimation. The animation is always started from the beginning.

Parameters

#NodeAnimation The node animation to use.
Flag Flags can be a combination of the following values:
  #PB_NodeAnimation_Once:   Play the animation only once. By default the animation loops automatically when its end is reached.
                              NodeAnimationStatus() can be used to detect the animation end.

Return value

None.

See Also

StopNodeAnimation(), NodeAnimationStatus(), AddNodeAnimationTime()

Supported OS

All

<- SetNodeAnimationWeight() - NodeAnimation Index - StopNodeAnimation() ->