Train Simulator NEXT
In This Topic
    IsSoundStopped function
    In This Topic

    This function queries if the sound is stopped.

    Syntax

    Copy Code
    bool IsSoundStopped( int SoundIndex );

    Parameters

    SoundIndex

    Type: int

    The sound index.

    Returns

    Returns a true if the sound is stopped or stopping.

    Returns false if there is an internal error or the sound is paused or playing.

    See Also