项目

一般

简介

ItemBox类命令 » 历史记录 » 版本 3

yangdefeng, 2022-05-20 16:36

1 1 yangdefeng
2
-
3
-
4
5
h4. ItemBox类命令
6
7
|_.命令描述					|_.命令名称					|
8
|指定itemBox中的物品返回到背包			|[[returnBoxItem]]				|
9
|把背包中的指定物品放入指定itemBox		|[[bagItemIntoBox]]				|
10
|刷新指定itemBox格子至客户端			|[[updateBoxItem]]				|
11
|删除指定ItemBox中的物品			|[[delBoxItem]]					|
12
|获取指定itemBox中的物品数量			|[[getBoxItemNum]]				|
13
|指定itembox中禁止放入指定物品			|[[unallowItemIntoBox]]				|
14 2 yangdefeng
|将对话框中所有itembox里的物品全部退回背包	|[[reclaimItem]]				|
15 1 yangdefeng
|将身上指定部位装备投射在指定itembox		|[[equippedItemIntoBox]]			|
16
|关联指定ItemBox中的物品			|[[setUpgradeItem]]				|
17 3 yangdefeng
|检测背包中物品的数量				|[[checkBaItemCountEx]]				|
18 2 yangdefeng
|检测指定itemBox中有无道具			|[[chkItemBoxNull]]				|
19
|检测指定itemBox中的物品数量是否满足条件	|[[checkBoxItemCount]]				|