Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
SetFadeTime
Syntax
C++
int SetFadeTime(IFunctionHandler * pH);
Parameters 
Description 
sound 
Sound identifier. 
fadeGoal 
Final value for the sound fading. 
fadeTimeInMS 
Fading time in millisecond. 

Time in milliseconds; 

! Set fade (in) time of a sound @param iSoundID ID of the sound @param nFadeTimeInMs fade time

Syntax: Sound.SetFadeTime(ISound* sound, float fadeGoal, float fadeTimeInMS) 

Sets the fade time for the sound.

Copyright (c) 2012. All rights reserved.