The search keyword must be a single word (no spaces).

Function CreateSound

Line
3701
Location
common.j
Constant?
no
Type
native
Arguments
string fileName, boolean looping, boolean is3D, boolean stopwhenoutofrange, integer fadeInRate, integer fadeOutRate, string eaxSetting
Returns
sound
3701
native CreateSound                  takes string fileName, boolean looping, boolean is3D, boolean stopwhenoutofrange, integer fadeInRate, integer fadeOutRate, string eaxSetting returns sound
3702
native CreateSoundFilenameWithLabel takes string fileName, boolean looping, boolean is3D, boolean stopwhenoutofrange, integer fadeInRate, integer fadeOutRate, string SLKEntryName returns sound
3703
native CreateSoundFromLabel         takes string soundLabel, boolean looping, boolean is3D, boolean stopwhenoutofrange, integer fadeInRate, integer fadeOutRate returns sound
3704
native CreateMIDISound              takes string soundLabel, integer fadeInRate, integer fadeOutRate returns sound
3705
3706
native SetSoundParamsFromLabel      takes sound soundHandle, string soundLabel returns nothing

Information about CreateSound

You must be logged in with a standard account to contribute.