PlaceRandomItem

Parameters
whichItemPool itempool

The itempool to draw from.

x real

The x-coordinate of the item.

y real

The y-coordinate of the item.

comment

Draws a random itemid from the itempool and creates the item.

patch

1.00

return type
item
Source code
native PlaceRandomItem          takes itempool whichItemPool, real x, real y returns item
Source
common.j
wc3modding.com
PlaceRandomItem