TITLE removeFromSlot
MAX_WIDTH

TEXT --{
int removeFromSlot(slotId, amount)

减少指定物品槽中的物品的数量
实际减少的数量

- slotId (int): 物品槽id
- amount (int): 数量
}--