This is the complete list of members for ScriptApiClient, including all inherited members.
addObjectReference(ServerActiveObject *cobj) | ScriptApiBase | |
checkSetByBuiltin() | ScriptApiBase | |
clientOpenLibs(lua_State *L) | ScriptApiBase | inline |
DISABLE_CLASS_COPY(ScriptApiBase) | ScriptApiBase | |
environment_step(float dtime) | ScriptApiClient | |
getCurrentModName(lua_State *L) | ScriptApiBase | static |
getCurrentModNameInsecure(lua_State *L) | ScriptApiBase | static |
getEmergeThread() | ScriptApiBase | inlineprotected |
getEnv() | ScriptApiBase | inlineprotected |
getGameDef() | ScriptApiBase | inline |
getOrigin() | ScriptApiBase | inline |
getServer() | ScriptApiBase | |
getStack() | ScriptApiBase | inlineprotected |
getType() | ScriptApiBase | inline |
loadMod(const std::string &script_path, const std::string &mod_name) | ScriptApiBase | |
loadScript(const std::string &script_path) | ScriptApiBase | |
luaPanic(lua_State *L) | ScriptApiBase | privatestatic |
m_emerge | ScriptApiBase | private |
m_environment | ScriptApiBase | private |
m_gamedef | ScriptApiBase | private |
m_last_run_mod | ScriptApiBase | protected |
m_lock_recursion_count | ScriptApiBase | protected |
m_luastack | ScriptApiBase | private |
m_luastackmutex | ScriptApiBase | protected |
m_owning_thread | ScriptApiBase | protected |
m_secure | ScriptApiBase | protected |
m_type | ScriptApiBase | private |
objectrefGetOrCreate(lua_State *L, ServerActiveObject *cobj) | ScriptApiBase | protected |
on_damage_taken(int32_t damage_amount) | ScriptApiClient | |
on_dignode(v3s16 p, MapNode node) | ScriptApiClient | |
on_formspec_input(const std::string &formname, const StringMap &fields) | ScriptApiClient | |
on_hp_modification(int32_t newhp) | ScriptApiClient | |
on_inventory_open(Inventory *inventory) | ScriptApiClient | |
on_item_use(const ItemStack &item, const PointedThing &pointed) | ScriptApiClient | |
on_mods_loaded() | ScriptApiClient | |
on_placenode(const PointedThing &pointed, const ItemDefinition &item) | ScriptApiClient | |
on_punchnode(v3s16 p, MapNode node) | ScriptApiClient | |
on_receiving_message(const std::string &message) | ScriptApiClient | |
on_sending_message(const std::string &message) | ScriptApiClient | |
on_shutdown() | ScriptApiClient | |
pushPlayerHPChangeReason(lua_State *L, const PlayerHPChangeReason &reason) | ScriptApiBase | protected |
readParam(lua_State *L, int index) | LuaHelper | protectedstatic |
readParam(lua_State *L, int index, const T &default_value) | LuaHelper | inlineprotectedstatic |
readParam(lua_State *L, int index) | LuaHelper | protected |
readParam(lua_State *L, int index) | LuaHelper | protected |
readParam(lua_State *L, int index) | LuaHelper | protected |
readParam(lua_State *L, int index) | LuaHelper | protected |
readParam(lua_State *L, int index) | LuaHelper | protected |
readParam(lua_State *L, int index) | LuaHelper | protected |
readParam(lua_State *L, int index) | LuaHelper | protected |
readParam(lua_State *L, int index) | LuaHelper | protected |
readParam(lua_State *L, int index) | LuaHelper | protected |
readParam(lua_State *L, int index) | LuaHelper | protected |
realityCheck() | ScriptApiBase | protected |
removeObjectReference(ServerActiveObject *cobj) | ScriptApiBase | |
runCallbacksRaw(int nargs, RunCallbacksMode mode, const char *fxn) | ScriptApiBase | |
ScriptApiBase(ScriptingType type) | ScriptApiBase | |
ScriptApiBase() | ScriptApiBase | inline |
scriptError(int result, const char *fxn) | ScriptApiBase | protected |
setEmergeThread(EmergeThread *emerge) | ScriptApiBase | inlineprotected |
setEnv(ClientEnvironment *env) | ScriptApiClient | |
ScriptApiBase::setEnv(Environment *env) | ScriptApiBase | inlineprotected |
setGameDef(IGameDef *gamedef) | ScriptApiBase | inlineprotected |
setOriginDirect(const char *origin) | ScriptApiBase | |
setOriginFromTableRaw(int index, const char *fxn) | ScriptApiBase | |
stackDump(std::ostream &o) | ScriptApiBase | protected |
~ScriptApiBase() | ScriptApiBase | virtual |