GetPlayerStartLocationLoc

Parameters
whichPlayer player
comment
patch

1.00

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
location
Source code
function GetPlayerStartLocationLoc takes player whichPlayer returns location
return GetStartLocationLoc(GetPlayerStartLocation(whichPlayer))
endfunction