The search keyword must be a single word (no spaces).
Function CreateSoundFilenameWithLabel
- Line
- 3702
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- string fileName, boolean looping, boolean is3D, boolean stopwhenoutofrange, integer fadeInRate, integer fadeOutRate, string SLKEntryName
- 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 |
| 3707 | native SetSoundDistanceCutoff takes sound soundHandle, real cutoff returns nothing |
Information about CreateSoundFilenameWithLabel
You must be logged in with a standard account to contribute.