The search keyword must be a single word (no spaces).
Function PlaceRandomUnit
- Line
- 3400
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- unitpool whichPool, player forWhichPlayer, real x, real y, real facing
- Returns
- unit
| 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 |
| 3404 | native ItemPoolAddItemType takes itempool whichItemPool, integer itemId, real weight returns nothing |
| 3405 | native ItemPoolRemoveItemType takes itempool whichItemPool, integer itemId returns nothing |