REPENTOGON icon indicating copy to clipboard operation
REPENTOGON copied to clipboard

MC_PRE_QUEUE_ITEM

Open Syntax-Sculptor opened this issue 10 months ago • 0 comments

Adds MC_PRE_QUEUE_ITEM, which fires before an item is added to the player's item queue. This is not to be mistaken with MC_PRE_ADD_COLLECTIBLE, which fires after an item is removed to the player's item queue.

Return Type

This callback allows users to return a dictionary with the following fields:

  • Tocuhed: boolean
  • Golden: boolean
  • VarData: integer
  • Charge: integer
  • ItemConfig: ItemConfigItem

Syntax-Sculptor avatar Mar 29 '25 21:03 Syntax-Sculptor