Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
SetSoundPaused
Syntax
C++
int SetSoundPaused(IFunctionHandler * pH);
Parameters 
Description 
sound 
Sound identifier. 
paused 
True to pause the sound, false to resume it. 

Syntax: Sound.SetSoundPaused(ISound* sound, bool paused) 

Pauses/resumes the sound. 

! Sets the Pause state of a sound @param nID ID of the sound @param bPaused State of Pause Mode

Copyright (c) 2012. All rights reserved.