Difference between revisions of "ScriptEvent:fadeSound"

From Mod Wiki
 
(No difference)

Latest revision as of 13:01, 5 November 2007

Parameters

integer channel -- The channel to fade.
float to -- The new volume to fade to.
float over -- Time to fade over in seconds.

Result

None.

Supported By

idEntity

Functionality

Linearly interpolates the volume on the channel to the new volume over the length of time specified.