ScriptEvent:fadeSound

From Mod Wiki
Revision as of 13:01, 5 November 2007 by Wizz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.