GetPlayerStartLocationLoc

Parameters
whichPlayer player
comment
patch

1.00

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