GetPlayerStartLocationLoc

Parameters
whichPlayer player
return type
location
Source code
function GetPlayerStartLocationLoc takes player whichPlayer returns location
    return GetStartLocationLoc(GetPlayerStartLocation(whichPlayer))
endfunction
Source
Blizzard.j
wc3modding.com
GetPlayerStartLocationLoc