跳到主要内容

GetServerTickRate

描述

获取服务器当前的 Tick 运行速率(即每秒逻辑更新次数)

示例代码

printf("当前服务器Tick速率为:%i", GetServerTickRate());

相关函数