IssuePointOrderLocBJ

Parameters
whichUnit unit
order string
whichLocation location
comment
patch

1.00

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