The search keyword must be a single word (no spaces).
Function CreateSoundFromLabel
- Line
- 3703
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- string soundLabel, boolean looping, boolean is3D, boolean stopwhenoutofrange, integer fadeInRate, integer fadeOutRate
- 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 |
| 3708 | native SetSoundChannel takes sound soundHandle, integer channel returns nothing |