#include <core.hpp>
Public Member Functions | |
lua_ai_load (lua_ai_context &ctx, bool read_only) | |
~lua_ai_load () | |
Public Attributes | |
bool | was_readonly |
Private Attributes | |
lua_State * | L |
Static Private Attributes | |
static int | refcount = 0 |
ai::lua_ai_load::lua_ai_load | ( | lua_ai_context & | ctx, |
bool | read_only | ||
) |
Definition at line 1045 of file core.cpp.
References aisKey, L, luaW_toboolean(), ai::lua_ai_context::num_, refcount, and was_readonly.
ai::lua_ai_load::~lua_ai_load | ( | ) |
Definition at line 1075 of file core.cpp.
References L, refcount, and was_readonly.
|
private |
Definition at line 59 of file core.hpp.
Referenced by lua_ai_load(), and ~lua_ai_load().
|
staticprivate |
Definition at line 60 of file core.hpp.
Referenced by lua_ai_load(), and ~lua_ai_load().
bool ai::lua_ai_load::was_readonly |
Definition at line 62 of file core.hpp.
Referenced by lua_ai_load(), and ~lua_ai_load().