The search keyword must be a single word (no spaces).
Function CreateUnitPool
- Line
- 3396
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- nothing
- Returns
- unitpool
| 3396 | native CreateUnitPool takes nothing returns unitpool |
| 3397 | native DestroyUnitPool takes unitpool whichPool returns nothing |
| 3398 | native UnitPoolAddUnitType takes unitpool whichPool, integer unitId, real weight returns nothing |
| 3399 | native UnitPoolRemoveUnitType takes unitpool whichPool, integer unitId returns nothing |
| 3400 | native PlaceRandomUnit takes unitpool whichPool, player forWhichPlayer, real x, real y, real facing returns unit |
| 3401 |