The search keyword must be a single word (no spaces).
Function IssueTargetOrder
- Line
- 3069
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- unit whichUnit, string order, widget targetWidget
- Returns
- boolean
| 3069 | native IssueTargetOrder takes unit whichUnit, string order, widget targetWidget returns boolean |
| 3070 | native IssueTargetOrderById takes unit whichUnit, integer order, widget targetWidget returns boolean |
| 3071 | native IssueInstantPointOrder takes unit whichUnit, string order, real x, real y, widget instantTargetWidget returns boolean |
| 3072 | native IssueInstantPointOrderById takes unit whichUnit, integer order, real x, real y, widget instantTargetWidget returns boolean |
| 3073 | native IssueInstantTargetOrder takes unit whichUnit, string order, widget targetWidget, widget instantTargetWidget returns boolean |
| 3074 | native IssueInstantTargetOrderById takes unit whichUnit, integer order, widget targetWidget, widget instantTargetWidget returns boolean |