DoTransmissionBasicsXYBJ
- Parameters
-
unitId integer
color playercolor
x real
y real
soundHandle sound
unitName string
message string
duration real
- comment
- patch
1.07
- Source
- Blizzard.j
- return type
nothing
- Source 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