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 ).
- return type
item
- Source code
native CreateItem takes integer itemid, real x, real y returns item
- Source
- item.j
- wc3modding.com
- CreateItem