The search keyword must be a single word (no spaces).
Function IssueTargetItemOrder
- Line
- 8185
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- unit whichUnit, string order, widget targetWidget
- Returns
- boolean
| 8185 | function IssueTargetItemOrder takes unit whichUnit, string order, widget targetWidget returns boolean |
| 8186 | return IssueTargetOrder( whichUnit, order, targetWidget ) |
| 8187 | endfunction
|