The search keyword must be a single word (no spaces).
Function IssueBuildOrderById
- Line
- 3076
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- unit whichPeon, integer unitId, 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 |
| 3081 | native IssueNeutralPointOrderById takes player forWhichPlayer,unit neutralStructure, integer unitId, real x, real y returns boolean |