# Module: 工具系统-UtilsSystem

工具系统-UtilsSystem()

工具模块

description 为游戏侧提供基础工具方法

author wingedli

# 事件监听

名称 功能说明
offReconnect 取消注册 断线重连 事件处理函数
onReconnect 注册 断线重连 事件处理函数

# 操作触发

名称 功能说明
getCustomConfTableByName 根据给定的名称 获取自定义配置表
getCustomConfTableNames 获取自定义配置表的名称列表
getCustomConfTables 获取自定义配置表列表
getServerEnvironment 获取当前服务器的环境
getServerPing 获取服务器链接延迟
getServerStorage 获取存储信息
getServerTimestamp 获取服务器时间戳
sendCustomRequest 游戏自定义透传请求
setServerEnvironment 设置服务器的环境,重启后生效
setServerStorage 设置存储值

# References

# internals

internals:


# utilsSystem

utilsSystem: