The search keyword must be a single word (no spaces).
Function SetBuildUnit
- Line
- 992
- Location
- common.ai
- Constant?
- no
- Type
- function
- Arguments
- integer qty, integer unitid
- Returns
- nothing
| 992 | function SetBuildUnit takes integer qty, integer unitid returns nothing |
| 993 | call SetBuildAll(BUILD_UNIT,qty,unitid,-1) |
| 994 | endfunction
|