This is the complete list of members for ScriptApiEnv, including all inherited members.
| addObjectReference(ServerActiveObject *cobj) | ScriptApiBase | |
| check_for_falling(v3s16 p) | ScriptApiEnv | |
| checkSetByBuiltin() | ScriptApiBase | |
| clientOpenLibs(lua_State *L) | ScriptApiBase | inline |
| DISABLE_CLASS_COPY(ScriptApiBase) | ScriptApiBase | |
| environment_OnGenerated(v3s16 minp, v3s16 maxp, u32 blockseed) | ScriptApiEnv | |
| environment_Step(float dtime) | ScriptApiEnv | |
| 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 |
| has_on_mapblocks_changed() | ScriptApiEnv | |
| initializeEnvironment(ServerEnvironment *env) | ScriptApiEnv | |
| 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_type | ScriptApiBase | private |
| objectrefGetOrCreate(lua_State *L, ServerActiveObject *cobj) | ScriptApiBase | protected |
| on_emerge_area_completion(v3s16 blockpos, int action, ScriptCallbackState *state) | ScriptApiEnv | |
| on_liquid_transformed(const std::vector< std::pair< v3s16, MapNode > > &list) | ScriptApiEnv | |
| on_mapblocks_changed(const std::unordered_set< v3s16 > &set) | ScriptApiEnv | |
| player_event(ServerActiveObject *player, const std::string &type) | ScriptApiEnv | |
| pushPlayerHPChangeReason(lua_State *L, const PlayerHPChangeReason &reason) | ScriptApiBase | protected |
| read_nodenames(lua_State *L, int idx, std::vector< std::string > &to) | ScriptApiEnv | privatestatic |
| readABMs() | ScriptApiEnv | private |
| readLBMs() | ScriptApiEnv | private |
| 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(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 |
| triggerABM(int id, v3s16 p, MapNode n, u32 active_object_count, u32 active_object_count_wider) | ScriptApiEnv | |
| triggerLBM(int id, MapBlock *block, const std::unordered_set< v3s16 > &positions, float dtime_s) | ScriptApiEnv | |
| ~ScriptApiBase() | ScriptApiBase | virtual |