TalkService

继承自

描述

一种处理体验式文本聊天的服务。TalkService处理各种与文本聊天相关的任务,如管理频道、装饰消息、过滤文本、创建命令和开发自定义聊天界面。

函数

voidGetMessage (int id, LuaFunction callback)
获取聊天信息
voidSendMessage (int id, string msg, LuaFunction callback)
发送聊天信息
voidSetCallBack (int key, LuaFunction callback)
设置回调函数
移除回调函数
voidBindNPCId (int sandboxNodeId)
绑定NPC
voidUnBindNPCId (int sandboxNodeId)
解绑NPC
intQueryNPCId (int sandboxNodeId)
查询该沙盒节点绑定的NPCId
Last Updated: