Train Simulator NEXT
In This Topic
    PauseAnimation function
    In This Topic

    This function pauses an animation at the current key.

    Syntax

    Copy Code
    void PauseAnimation( int AnimationIndex );

    Parameters

    AnimationIndex

    Type: int

    The animation index. Use GetAnimationCount or GetAnimationIndex to query a valid index.

    See Also