GetPlayerStartLocationX

Parameters
whichPlayer player
return type
real
Source code
function GetPlayerStartLocationX takes player whichPlayer returns real
    return GetStartLocationX(GetPlayerStartLocation(whichPlayer))
endfunction
Source
Blizzard.j
wc3modding.com
GetPlayerStartLocationX