View Source Kalevala.Event.ItemDrop (kalevala v0.1.0)

Events to drop an item in a room

In order to drop an item, send an ItemDrop.Request event with the item instance. The room will call the item_request_drop callback on the room module.

Depending on the response, an Abort or Commit event will be sent.