The search keyword must be a single word (no spaces).
Function IssueNeutralPointOrder
- Line
- 3080
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- player forWhichPlayer,unit neutralStructure, string unitToBuild, real x, real y
- Returns
- boolean
| 3080 | native IssueNeutralPointOrder takes player forWhichPlayer,unit neutralStructure, string unitToBuild, real x, real y returns boolean |
| 3081 | native IssueNeutralPointOrderById takes player forWhichPlayer,unit neutralStructure, integer unitId, real x, real y returns boolean |
| 3082 | native IssueNeutralTargetOrder takes player forWhichPlayer,unit neutralStructure, string unitToBuild, widget target returns boolean |
| 3083 | native IssueNeutralTargetOrderById takes player forWhichPlayer,unit neutralStructure, integer unitId, widget target returns boolean |
| 3084 | |
| 3085 | native GetUnitCurrentOrder takes unit whichUnit returns integer |