Librcsc阅读笔记:ServerParam
server parameter set
rcssserver参数的设定
函数
ServerParam类的获取
ServerParam & rcsc::ServerParam::instance( )[static]
服务器参数 类 的例化
static const ServerParam& rcsc::ServerParam::i( )[inline, static]
例化,但返回的是static
静态变量
有了例化的服务器参数类,才能调取其中的各种参数。
常见的调用方法
Vector2D goal_pos( ServerParam::i().pitchHalfLength(), 0.0 );
位于sample_player.cpp
中的bool SamplePlayer::doForceKick()
返回值不是常量的函数
常见的函数
double pitchHalfLength () const
常数
librcsc: クラス rcsc::ServerParam (osdn.jp)
进入此页面查找,不再复制。