Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

OnPlayerDropItem

ShingekiNoRex edited this page Aug 24, 2018 · 3 revisions

Description

Called when a player drops an item.

Handler

IEventHandlerPlayerDropItem

Inputs/Outputs

The player who drops the item

  • Item Item { get; set; }

The item that is dropped

Change the item to other ItemType

  • bool Allow { get; set; }

Whether allow the player to drop it

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally