CreateItem

Parameters
itemid integer

The rawcode of the item.

x real

The x-coordinate of the item.

y real

The y-coordinate of the item.

comment

Creates an item object at the specified coordinates ( x , y ).

patch

1.00

return type
item
Source code
native          CreateItem      takes integer itemid, real x, real y returns item
Source
common.j
wc3modding.com
CreateItem