Train Simulator NEXT
In This Topic
    StopSoundNow function
    In This Topic

    This function forces a sound to stop immediatily.

    Syntax

    Copy Code
    void StopSoundNow( int SoundIndex );

    Parameters

    SoundIndex

    Type: int

    The sound index.

    Remarks

    This function is equal to StopNowSound.

    See Also