The search keyword must be a single word (no spaces).
Function IssuePointOrder
- Line
- 3065
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- unit whichUnit, string order, real x, real y
- Returns
- boolean
| 3065 | native IssuePointOrder takes unit whichUnit, string order, real x, real y returns boolean |
| 3066 | native IssuePointOrderLoc takes unit whichUnit, string order, location whichLocation returns boolean |
| 3067 | native IssuePointOrderById takes unit whichUnit, integer order, real x, real y returns boolean |
| 3068 | native IssuePointOrderByIdLoc takes unit whichUnit, integer order, location whichLocation 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 |