Jass:DoTransmissionBasicsXYBJ – Mappedia

Jass:DoTransmissionBasicsXYBJ

Aus Mappedia
Wechseln zu: Navigation, Suche
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
Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Warcraft-Mapping
Werkzeuge

Notice: Memcache::get() [memcache.get]: Server 85.13.160.44 (tcp 11212) failed with: Connection refused (111) in /www/htdocs/global/live/codecraft/classes/cache/cache.class.php on line 56