Skip to content

Drop

getFlags

Returns the flags of the dropped item.

lua
getFlags()

getItemCount

From world:getDroppedItems(), returns the dropped item count.

lua
getItemCount()

getItemID

From world:getDroppedItems(), returns the dropped item ID.

lua
getItemID()

getPosX

Returns the X pixel position of the dropped item.

lua
getPosX()

getPosY

Returns the Y pixel position of the dropped item.

lua
getPosY()

getUID

Returns the unique ID of the dropped item.

lua
getUID()

Released under the MIT License.