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