Jass:GetSoundDurationBJ
Aus Mappedia
| Funktion: GetSoundDurationBJ | |
|---|---|
| Parameter: | sound |
| Rückgabewert: | real |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function GetSoundDurationBJ takes sound soundHandle returns real if (soundHandle == null) then return bj_NOTHING_SOUND_DURATION else return I2R(GetSoundDuration(soundHandle)) * 0.001 endif endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| sound | soundHandle |
