The search keyword must be a single word (no spaces).
Function IssueBuildOrder
- Line
- 3075
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- unit whichPeon, string unitToBuild, real x, real y
- Returns
- boolean
| 3075 | native IssueBuildOrder takes unit whichPeon, string unitToBuild, real x, real y returns boolean |
| 3076 | native IssueBuildOrderById takes unit whichPeon, integer unitId, real x, real y returns boolean |
| 3077 | |
| 3078 | native IssueNeutralImmediateOrder takes player forWhichPlayer, unit neutralStructure, string unitToBuild returns boolean |
| 3079 | native IssueNeutralImmediateOrderById takes player forWhichPlayer,unit neutralStructure, integer unitId returns boolean |
| 3080 | native IssueNeutralPointOrder takes player forWhichPlayer,unit neutralStructure, string unitToBuild, real x, real y returns boolean |