Jass:DoTransmissionBasicsXYBJ
Aus Mappedia
| Funktion: DoTransmissionBasicsXYBJ | |
|---|---|
| Parameter: | integer playercolor real real sound string string real |
| Rückgabewert: | nothing |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function DoTransmissionBasicsXYBJ takes integer unitId, playercolor color, real x, real y, sound soundHandle, string unitName, string message, real duration returns nothing call SetCinematicSceneBJ(soundHandle, unitId, color, unitName, message, duration + bj_TRANSMISSION_PORT_HANGTIME, duration) if (unitId != 0) then call PingMinimap(x, y, bj_TRANSMISSION_PING_TIME) //call SetCameraQuickPosition(x, y) endif endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| integer | unitId | |
| playercolor | color | |
| real | x | |
| real | y | |
| sound | soundHandle | |
| string | unitName | |
| string | message | |
| real | duration |
