Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntityPickUpDropFunction

Hierarchy

  • EntityPickUpDropFunction

Callable

  • EntityPickUpDropFunction(entity: number, dropEntity: number, dropStack: ItemInstance, count: number): any
  • Function used in "EntityPickUpDrop" callback

    Parameters

    • entity: number

      entity that picked up the item (this callback is currently called only for players)

    • dropEntity: number

      dropped item's entity

    • dropStack: ItemInstance

      ItemInstance of the drop entity

    • count: number

      what count?

    Returns any

Generated using TypeDoc