Train Simulator NEXT
In This Topic
    StopNowSound function
    In This Topic

    This function forces a sound to stop immediatily.

    Syntax

    Copy Code
    void StopNowSound( int SoundIndex );

    Parameters

    SoundIndex

    Type: int

    The sound index.

    Remarks

    This function is equal to StopSoundNow.

    See Also