TITLE addToSlot
MAX_WIDTH

TEXT --{
int addToSlot(slotId, amount)

增加指定物品槽中的物品的数量
实际增加的数量

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