CreateItemPool
- comment
Creates an empty itempool handle.
Item pools are initially empty, but can have item-types added to them via
ItemPoolAddItemType
. Item pools only serve for random item placing, viaPlaceRandomItem
.- return type
itempool
- Source code
native CreateItemPool takes nothing returns itempool
- Source
- random.j
- wc3modding.com
- CreateItemPool