IssueBuildOrderByIdLocBJ

Parameters
whichPeon unit
unitId integer
loc location
return type
boolean
Source code
function IssueBuildOrderByIdLocBJ takes unit whichPeon, integer unitId, location loc returns boolean
    if (unitId == 'ugol') then
        return IssueHauntOrderAtLocBJ(whichPeon, loc)
    else
        return IssueBuildOrderById(whichPeon, unitId, GetLocationX(loc), GetLocationY(loc))
    endif
endfunction
Source
Blizzard.j
wc3modding.com
IssueBuildOrderByIdLocBJ