|
ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
|
声明任务配置表的接口。 More...
#include "actor/tab/ttab_specialid.h"#include "tools/tab/csv/ncsv.h"#include "tools/tab/xml/xml.h"#include "tools/log/nlog.h"#include "tools/type.h"Classes | |
| struct | ngl::ttab_task |
Typedefs | |
| using | ngl::i32_taskid = int32_t |
| 任务ID类型别名。 | |
| using | ngl::i32_rolelv = int32_t |
| 角色等级类型别名。 | |
| using | ngl::i32_rolevip = int32_t |
| 角色VIP等级类型别名。 | |
声明任务配置表的接口。
| using ngl::i32_rolelv = int32_t |
角色等级类型别名。
用于表示角色等级,支持32位有符号整数范围。 角色等级
| using ngl::i32_rolevip = int32_t |
角色VIP等级类型别名。
用于表示角色VIP等级,支持32位有符号整数范围。 角色VIP等级
| using ngl::i32_taskid = int32_t |
任务ID类型别名。
用于标识任务,支持32位有符号整数范围。 任务ID