Skip to content

SelecterService ​

继承自:

描述 ​

沙盒选择器服务节点

函数 ​

被选中节点
未被选中节点
void  OnBlockBeSelected (int uin, unsignedshort sceneid, WCoord block)
被选中的方块
void  OnBlockUnselected (int uin, unsignedshort sceneid, WCoord block)
未被选中的方块
所有未选中
void  OnBlockPosChanged (int uin, unsignedshort sceneid, WCoord posSrc, WCoord posDst)
方块坐标更改
void  OnSelectType (int uin, unsignedshort sceneid, int type)
选中类型
void  OnBlockBeSelectedVec (int uin, unsignedshort sceneid, table blocks)
被批量选中的方块
void  OnBlockUnselectedVec (int uin, unsignedshort sceneid, table blocks)
未被批量选中的方块