Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
EmergeScripting Class Reference

#include <scripting_emerge.h>

+ Inheritance diagram for EmergeScripting:
+ Collaboration diagram for EmergeScripting:

Public Member Functions

 EmergeScripting (EmergeThread *parent)
 
- Public Member Functions inherited from ScriptApiBase
 ScriptApiBase (ScriptingType type)
 
 ScriptApiBase ()
 
virtual ~ScriptApiBase ()
 
 DISABLE_CLASS_COPY (ScriptApiBase)
 
void loadMod (const std::string &script_path, const std::string &mod_name)
 
void loadScript (const std::string &script_path)
 
void loadModFromMemory (const std::string &mod_name)
 
void runCallbacksRaw (int nargs, RunCallbacksMode mode, const char *fxn)
 
void addObjectReference (ServerActiveObject *cobj)
 
void removeObjectReference (ServerActiveObject *cobj)
 
ScriptingType getType ()
 
IGameDefgetGameDef ()
 
ServergetServer ()
 
ClientgetClient ()
 
const std::string & getOrigin ()
 
void setOriginDirect (const char *origin)
 
void setOriginFromTableRaw (int index, const char *fxn)
 
void clientOpenLibs (lua_State *L)
 
void checkSetByBuiltin ()
 
- Public Member Functions inherited from ScriptApiMapgen
void on_mods_loaded ()
 
void on_shutdown ()
 
void on_generated (BlockMakeData *bmdata)
 
- Public Member Functions inherited from ScriptApiSecurity
void initializeSecurity ()
 
void initializeSecurityClient ()
 

Private Member Functions

void InitializeModApi (lua_State *L, int top)
 

Additional Inherited Members

- Static Public Member Functions inherited from ScriptApiBase
static std::string getCurrentModNameInsecure (lua_State *L)
 
static std::string getCurrentModName (lua_State *L)
 
- Static Public Member Functions inherited from ScriptApiSecurity
static bool isSecure (lua_State *L)
 
static bool safeLoadString (lua_State *L, const std::string &code, const char *chunk_name)
 
static bool safeLoadFile (lua_State *L, const char *path, const char *display_name=NULL)
 
static bool checkWhitelisted (lua_State *L, const std::string &setting)
 
static bool checkPath (lua_State *L, const char *path, bool write_required, bool *write_allowed=NULL)
 
- Protected Member Functions inherited from ScriptApiBase
lua_State * getStack ()
 
void realityCheck ()
 
void scriptError (int result, const char *fxn)
 
void stackDump (std::ostream &o)
 
void setGameDef (IGameDef *gamedef)
 
EnvironmentgetEnv ()
 
void setEnv (Environment *env)
 
GUIEnginegetGuiEngine ()
 
void setGuiEngine (GUIEngine *guiengine)
 
EmergeThreadgetEmergeThread ()
 
void setEmergeThread (EmergeThread *emerge)
 
void objectrefGetOrCreate (lua_State *L, ServerActiveObject *cobj)
 
void pushPlayerHPChangeReason (lua_State *L, const PlayerHPChangeReason &reason)
 
- Protected Member Functions inherited from LuaHelper
template<>
bool readParam (lua_State *L, int index)
 Read a string from Lua state L at index without copying it.
 
- Static Protected Member Functions inherited from LuaHelper
template<typename T >
static T readParam (lua_State *L, int index)
 Read a value using a template type T from Lua state L at index.
 
template<typename T >
static T readParam (lua_State *L, int index, const T &default_value)
 Read a value using a template type T from Lua state L at index.
 
- Protected Attributes inherited from ScriptApiBase
std::recursive_mutex m_luastackmutex
 
std::string m_last_run_mod
 
bool m_secure = false
 
int m_lock_recursion_count {}
 
std::thread::id m_owning_thread
 

Constructor & Destructor Documentation

◆ EmergeScripting()

EmergeScripting::EmergeScripting ( EmergeThread parent)

References g_settings, Settings::getBool(), ModApiBase::getServer(), InitializeModApi(), ScriptApiSecurity::initializeSecurity(), Server::m_lua_globals_data, EmergeThread::m_server, script_unpack(), SCRIPTAPI_PRECHECKHEADER, ScriptApiBase::setEmergeThread(), and ScriptApiBase::setGameDef().

+ Here is the call graph for this function:

Member Function Documentation

◆ InitializeModApi()

void EmergeScripting::InitializeModApi ( lua_State *  L,
int  top 
)
private

References ModApiCraft::InitializeAsync(), ModApiItem::InitializeAsync(), ModApiServer::InitializeAsync(), ModApiUtil::InitializeAsync(), ModApiEnvVM::InitializeEmerge(), ModApiMapgen::InitializeEmerge(), LuaAreaStore::Register(), LuaItemStack::Register(), ItemStackMetaRef::Register(), LuaPerlinNoise::Register(), LuaPerlinNoiseMap::Register(), LuaPseudoRandom::Register(), LuaPcgRandom::Register(), LuaSecureRandom::Register(), LuaSettings::Register(), and LuaVoxelManip::Register().

Referenced by EmergeScripting().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: