Minetest  5.4.0
ClientScripting Class Reference

#include <scripting_client.h>

+ Inheritance diagram for ClientScripting:
+ Collaboration diagram for ClientScripting:

Public Member Functions

 ClientScripting (Client *client)
 
void on_client_ready (LocalPlayer *localplayer)
 
void on_camera_ready (Camera *camera)
 
void on_minimap_ready (Minimap *minimap)
 
- 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)
 
IGameDefgetGameDef ()
 
ServergetServer ()
 
ScriptingType getType ()
 
ClientgetClient ()
 
std::string getOrigin ()
 
void setOriginDirect (const char *origin)
 
void setOriginFromTableRaw (int index, const char *fxn)
 
void clientOpenLibs (lua_State *L)
 
- Public Member Functions inherited from ScriptApiSecurity
int getThread (lua_State *L)
 
void createEmptyEnv (lua_State *L)
 
void setLuaEnv (lua_State *L, int thread)
 
void initializeSecurity ()
 
void initializeSecurityClient ()
 
- Public Member Functions inherited from ScriptApiClient
void on_mods_loaded ()
 
void on_shutdown ()
 
bool on_sending_message (const std::string &message)
 
bool on_receiving_message (const std::string &message)
 
void on_damage_taken (int32_t damage_amount)
 
void on_hp_modification (int32_t newhp)
 
void on_death ()
 
void environment_step (float dtime)
 
void on_formspec_input (const std::string &formname, const StringMap &fields)
 
bool on_dignode (v3s16 p, MapNode node)
 
bool on_punchnode (v3s16 p, MapNode node)
 
bool on_placenode (const PointedThing &pointed, const ItemDefinition &item)
 
bool on_item_use (const ItemStack &item, const PointedThing &pointed)
 
bool on_inventory_open (Inventory *inventory)
 
void setEnv (ClientEnvironment *env)
 
- Public Member Functions inherited from ScriptApiModChannels
void on_modchannel_message (const std::string &channel, const std::string &sender, const std::string &message)
 
void on_modchannel_signal (const std::string &channel, ModChannelSignal signal)
 

Private Member Functions

virtual void InitializeModApi (lua_State *L, int top)
 

Additional Inherited Members

- 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 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)
 
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)
 
- Static Protected Member Functions inherited from LuaHelper
static bool isNaN (lua_State *L, int idx)
 
template<typename T >
static T readParam (lua_State *L, int index)
 Read a value using a template type T from Lua State L and index. More...
 
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 and index. More...
 
- 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

◆ ClientScripting()

ClientScripting::ClientScripting ( Client client)

References infostream, InitializeModApi(), ScriptApiSecurity::initializeSecurityClient(), SCRIPTAPI_PRECHECKHEADER, and ScriptApiBase::setGameDef().

+ Here is the call graph for this function:

Member Function Documentation

◆ InitializeModApi()

void ClientScripting::InitializeModApi ( lua_State *  L,
int  top 
)
privatevirtual

References ModApiClient::Initialize(), ModApiChannels::Initialize(), ModApiParticlesLocal::Initialize(), ModApiStorage::Initialize(), ModApiEnvMod::InitializeClient(), ModApiUtil::InitializeClient(), LuaCamera::Register(), LuaRaycast::Register(), LuaItemStack::Register(), ItemStackMetaRef::Register(), LuaLocalPlayer::Register(), LuaMinimap::Register(), ModChannelRef::Register(), StorageRef::Register(), and NodeMetaRef::RegisterClient().

Referenced by ClientScripting().

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

◆ on_camera_ready()

void ClientScripting::on_camera_ready ( Camera camera)

References LuaCamera::create(), and ScriptApiBase::getStack().

Referenced by Client::loadMods(), and Camera::successfullyCreated().

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

◆ on_client_ready()

void ClientScripting::on_client_ready ( LocalPlayer localplayer)

References LuaLocalPlayer::create(), and ScriptApiBase::getStack().

Referenced by Client::afterContentReceived(), and Client::loadMods().

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

◆ on_minimap_ready()

void ClientScripting::on_minimap_ready ( Minimap minimap)

References LuaMinimap::create(), and ScriptApiBase::getStack().

Referenced by Client::loadMods().

+ 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: