Jass:CreateSoundFilenameWithLabel
Aus Mappedia
| Funktion: CreateSoundFilenameWithLabel | |
|---|---|
| Parameter: | string boolean boolean boolean integer integer string |
| Rückgabewert: | sound |
| Autor: | Blizzard |
| Quelle: | common.j |
| Synchron: | Unbekannt |
Code
native CreateSoundFilenameWithLabel takes string fileName, boolean looping, boolean is3D, boolean stopwhenoutofrange, integer fadeInRate, integer fadeOutRate, string SLKEntryName returns sound
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| string | fileName | |
| boolean | looping | |
| boolean | is3D | |
| boolean | stopwhenoutofrange | |
| integer | fadeInRate | |
| integer | fadeOutRate | |
| string | SLKEntryName |
