Kiwano Engine v1.3.x
|
对象状态 更多...
#include <ObjectBase.h>
Public 成员函数 | |
ObjectStatus (int code, StringView msg) | |
bool | Success () const |
对象状态是否成功 | |
Public 属性 | |
int | code = 0 |
状态码,等于 0 时为成功状态,否则为失败状态 | |
String | msg |
状态信息 | |
静态 Public 属性 | |
static const int | fail = -1 |
对象失败状态 | |
对象状态