Minetest  5.4.0
ScriptApiNodemeta Class Reference

#include <s_nodemeta.h>

+ Inheritance diagram for ScriptApiNodemeta:
+ Collaboration diagram for ScriptApiNodemeta:

Public Member Functions

 ScriptApiNodemeta ()=default
 
virtual ~ScriptApiNodemeta ()=default
 
int nodemeta_inventory_AllowMove (const MoveAction &ma, int count, ServerActiveObject *player)
 
int nodemeta_inventory_AllowPut (const MoveAction &ma, const ItemStack &stack, ServerActiveObject *player)
 
int nodemeta_inventory_AllowTake (const MoveAction &ma, const ItemStack &stack, ServerActiveObject *player)
 
void nodemeta_inventory_OnMove (const MoveAction &ma, int count, ServerActiveObject *player)
 
void nodemeta_inventory_OnPut (const MoveAction &ma, const ItemStack &stack, ServerActiveObject *player)
 
void nodemeta_inventory_OnTake (const MoveAction &ma, const ItemStack &stack, ServerActiveObject *player)
 
- 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 ScriptApiItem
bool item_OnDrop (ItemStack &item, ServerActiveObject *dropper, v3f pos)
 
bool item_OnPlace (ItemStack &item, ServerActiveObject *placer, const PointedThing &pointed)
 
bool item_OnUse (ItemStack &item, ServerActiveObject *user, const PointedThing &pointed)
 
bool item_OnSecondaryUse (ItemStack &item, ServerActiveObject *user, const PointedThing &pointed)
 
bool item_OnCraft (ItemStack &item, ServerActiveObject *user, const InventoryList *old_craft_grid, const InventoryLocation &craft_inv)
 
bool item_CraftPredict (ItemStack &item, ServerActiveObject *user, const InventoryList *old_craft_grid, const InventoryLocation &craft_inv)
 

Additional Inherited Members

- 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)
 
- Protected Member Functions inherited from ScriptApiItem
bool getItemCallback (const char *name, const char *callbackname, const v3s16 *p=nullptr)
 
void pushPointedThing (const PointedThing &pointed, bool hitpoint=false)
 
- 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

◆ ScriptApiNodemeta()

ScriptApiNodemeta::ScriptApiNodemeta ( )
default

◆ ~ScriptApiNodemeta()

virtual ScriptApiNodemeta::~ScriptApiNodemeta ( )
virtualdefault

Member Function Documentation

◆ nodemeta_inventory_AllowMove()

int ScriptApiNodemeta::nodemeta_inventory_AllowMove ( const MoveAction ma,
int  count,
ServerActiveObject player 
)

References CONTENT_IGNORE, MoveAction::from_i, MoveAction::from_list, NodeDefManager::get(), MapNode::getContent(), ScriptApiBase::getEnv(), ScriptApiItem::getItemCallback(), Environment::getMap(), Map::getNode(), ScriptApiBase::getServer(), ContentFeatures::name, IGameDef::ndef(), ScriptApiBase::objectrefGetOrCreate(), InventoryLocation::p, PCALL_RES, PUSH_ERROR_HANDLER, push_v3s16(), SCRIPTAPI_PRECHECKHEADER, MoveAction::to_i, MoveAction::to_inv, and MoveAction::to_list.

Referenced by IMoveAction::allowMove().

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

◆ nodemeta_inventory_AllowPut()

int ScriptApiNodemeta::nodemeta_inventory_AllowPut ( const MoveAction ma,
const ItemStack stack,
ServerActiveObject player 
)

References CONTENT_IGNORE, ItemStack::count, LuaItemStack::create(), NodeDefManager::get(), MapNode::getContent(), ScriptApiBase::getEnv(), ScriptApiItem::getItemCallback(), Environment::getMap(), Map::getNode(), ScriptApiBase::getServer(), ContentFeatures::name, IGameDef::ndef(), ScriptApiBase::objectrefGetOrCreate(), InventoryLocation::p, PCALL_RES, PUSH_ERROR_HANDLER, push_v3s16(), SCRIPTAPI_PRECHECKHEADER, MoveAction::to_i, MoveAction::to_inv, and MoveAction::to_list.

Referenced by IMoveAction::allowPut().

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

◆ nodemeta_inventory_AllowTake()

int ScriptApiNodemeta::nodemeta_inventory_AllowTake ( const MoveAction ma,
const ItemStack stack,
ServerActiveObject player 
)

References CONTENT_IGNORE, ItemStack::count, LuaItemStack::create(), MoveAction::from_i, MoveAction::from_inv, MoveAction::from_list, NodeDefManager::get(), MapNode::getContent(), ScriptApiBase::getEnv(), ScriptApiItem::getItemCallback(), Environment::getMap(), Map::getNode(), ScriptApiBase::getServer(), ContentFeatures::name, IGameDef::ndef(), ScriptApiBase::objectrefGetOrCreate(), InventoryLocation::p, PCALL_RES, PUSH_ERROR_HANDLER, push_v3s16(), and SCRIPTAPI_PRECHECKHEADER.

Referenced by IMoveAction::allowTake().

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

◆ nodemeta_inventory_OnMove()

void ScriptApiNodemeta::nodemeta_inventory_OnMove ( const MoveAction ma,
int  count,
ServerActiveObject player 
)

References CONTENT_IGNORE, MoveAction::from_i, MoveAction::from_inv, MoveAction::from_list, NodeDefManager::get(), MapNode::getContent(), ScriptApiBase::getEnv(), ScriptApiItem::getItemCallback(), Environment::getMap(), Map::getNode(), ScriptApiBase::getServer(), ContentFeatures::name, IGameDef::ndef(), ScriptApiBase::objectrefGetOrCreate(), InventoryLocation::p, PCALL_RES, PUSH_ERROR_HANDLER, push_v3s16(), SCRIPTAPI_PRECHECKHEADER, MoveAction::to_i, and MoveAction::to_list.

Referenced by IMoveAction::onMove().

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

◆ nodemeta_inventory_OnPut()

void ScriptApiNodemeta::nodemeta_inventory_OnPut ( const MoveAction ma,
const ItemStack stack,
ServerActiveObject player 
)

References CONTENT_IGNORE, LuaItemStack::create(), NodeDefManager::get(), MapNode::getContent(), ScriptApiBase::getEnv(), ScriptApiItem::getItemCallback(), Environment::getMap(), Map::getNode(), ScriptApiBase::getServer(), ContentFeatures::name, IGameDef::ndef(), ScriptApiBase::objectrefGetOrCreate(), InventoryLocation::p, PCALL_RES, PUSH_ERROR_HANDLER, push_v3s16(), SCRIPTAPI_PRECHECKHEADER, MoveAction::to_i, MoveAction::to_inv, and MoveAction::to_list.

Referenced by IMoveAction::onPutAndOnTake().

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

◆ nodemeta_inventory_OnTake()

void ScriptApiNodemeta::nodemeta_inventory_OnTake ( const MoveAction ma,
const ItemStack stack,
ServerActiveObject player 
)

References CONTENT_IGNORE, LuaItemStack::create(), MoveAction::from_i, MoveAction::from_inv, MoveAction::from_list, NodeDefManager::get(), MapNode::getContent(), ScriptApiBase::getEnv(), ScriptApiItem::getItemCallback(), Environment::getMap(), Map::getNode(), ScriptApiBase::getServer(), ContentFeatures::name, IGameDef::ndef(), ScriptApiBase::objectrefGetOrCreate(), InventoryLocation::p, PCALL_RES, PUSH_ERROR_HANDLER, push_v3s16(), and SCRIPTAPI_PRECHECKHEADER.

Referenced by IMoveAction::onPutAndOnTake().

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