IssuePointOrderLocBJ

Parameters
whichUnit unit
order string
whichLocation location
return type
boolean
Source code
function IssuePointOrderLocBJ takes unit whichUnit, string order, location whichLocation returns boolean
    return IssuePointOrderLoc( whichUnit, order, whichLocation )
endfunction
Source
Blizzard.j
wc3modding.com
IssuePointOrderLocBJ