The search keyword must be a single word (no spaces).
Function UnitPoolAddUnitType
- Line
- 3398
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- unitpool whichPool, integer unitId, real weight
- 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 | |
| 3402 | native CreateItemPool takes nothing returns itempool |
| 3403 | native DestroyItemPool takes itempool whichItemPool returns nothing |