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

OnPlayerPickupItem

ShingekiNoRex edited this page Aug 24, 2018 · 4 revisions

Description

Called when a player picks up an item.

Handler

IEventHandlerPlayerPickupItem

Inputs/Outputs

The player who picks up the item

  • Item Item { get; set; }

The item that is picked up

Change the item to other ItemType

  • bool Allow { get; set; }

Whether allow the player to pick it up

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally