SetCameraQuickPositionLoc

Parameters
loc location
return type
nothing
Source code
function SetCameraQuickPositionLoc takes location loc returns nothing
    call SetCameraQuickPosition(GetLocationX(loc), GetLocationY(loc))
endfunction
Source
Blizzard.j
wc3modding.com
SetCameraQuickPositionLoc