IssueTargetOrderBJ
- Parameters
-
whichUnit unit
order string
targetWidget widget
- comment
- patch
-
1.00
- Source
- Blizzard.j
- return type
-
boolean
- Source code
-
function IssueTargetOrderBJ takes unit whichUnit, string order, widget targetWidget returns boolean return IssueTargetOrder( whichUnit, order, targetWidget ) endfunction