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

#include <l_areastore.h>

+ Inheritance diagram for LuaAreaStore:
+ Collaboration diagram for LuaAreaStore:

Public Member Functions

 LuaAreaStore ()
 
 LuaAreaStore (const std::string &type)
 
 ~LuaAreaStore ()
 

Static Public Member Functions

static int create_object (lua_State *L)
 
static void Register (lua_State *L)
 
- Static Public Member Functions inherited from ModApiBase
static ScriptApiBasegetScriptApiBase (lua_State *L)
 
static ServergetServer (lua_State *L)
 
static ServerInventoryManagergetServerInventoryMgr (lua_State *L)
 
static ClientgetClient (lua_State *L)
 
static GUIEnginegetGuiEngine (lua_State *L)
 
static EmergeThreadgetEmergeThread (lua_State *L)
 
static IGameDefgetGameDef (lua_State *L)
 
static EnvironmentgetEnv (lua_State *L)
 
static std::string getCurrentModPath (lua_State *L)
 
template<typename T >
static T * getScriptApi (lua_State *L)
 
static bool registerFunction (lua_State *L, const char *name, lua_CFunction func, int top)
 
static void registerClass (lua_State *L, const char *name, const luaL_Reg *methods, const luaL_Reg *metamethods)
 
template<typename T >
static T * checkObject (lua_State *L, int narg)
 
static int l_deprecated_function (lua_State *L, const char *good, const char *bad, lua_CFunction func)
 A wrapper for deprecated functions.
 

Public Attributes

AreaStoreas = nullptr
 

Static Public Attributes

static const char className [] = "AreaStore"
 

Static Private Member Functions

static int gc_object (lua_State *L)
 
static int l_get_area (lua_State *L)
 
static int l_get_areas_for_pos (lua_State *L)
 
static int l_get_areas_in_area (lua_State *L)
 
static int l_insert_area (lua_State *L)
 
static int l_reserve (lua_State *L)
 
static int l_remove_area (lua_State *L)
 
static int l_set_cache_params (lua_State *L)
 
static int l_to_string (lua_State *L)
 
static int l_to_file (lua_State *L)
 
static int l_from_string (lua_State *L)
 
static int l_from_file (lua_State *L)
 

Static Private Attributes

static const luaL_Reg methods []
 

Additional Inherited Members

- 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.
 

Constructor & Destructor Documentation

◆ LuaAreaStore() [1/2]

LuaAreaStore::LuaAreaStore ( )

Referenced by create_object().

+ Here is the caller graph for this function:

◆ LuaAreaStore() [2/2]

LuaAreaStore::LuaAreaStore ( const std::string &  type)

References as.

◆ ~LuaAreaStore()

LuaAreaStore::~LuaAreaStore ( )

References as.

Member Function Documentation

◆ create_object()

int LuaAreaStore::create_object ( lua_State *  L)
static

References LuaAreaStore(), className, and NO_MAP_LOCK_REQUIRED.

Referenced by Register().

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

◆ gc_object()

int LuaAreaStore::gc_object ( lua_State *  L)
staticprivate

Referenced by Register().

+ Here is the caller graph for this function:

◆ l_from_file()

int LuaAreaStore::l_from_file ( lua_State *  L)
staticprivate

References as, CHECK_SECURE_PATH, deserialization_helper(), and NO_MAP_LOCK_REQUIRED.

+ Here is the call graph for this function:

◆ l_from_string()

int LuaAreaStore::l_from_string ( lua_State *  L)
staticprivate

References as, deserialization_helper(), and NO_MAP_LOCK_REQUIRED.

+ Here is the call graph for this function:

◆ l_get_area()

int LuaAreaStore::l_get_area ( lua_State *  L)
staticprivate

References as, get_data_and_corner_flags(), AreaStore::getArea(), NO_MAP_LOCK_REQUIRED, and push_area().

+ Here is the call graph for this function:

◆ l_get_areas_for_pos()

int LuaAreaStore::l_get_areas_for_pos ( lua_State *  L)
staticprivate

References as, check_v3s16(), get_data_and_corner_flags(), AreaStore::getAreasForPos(), NO_MAP_LOCK_REQUIRED, and push_areas().

+ Here is the call graph for this function:

◆ l_get_areas_in_area()

int LuaAreaStore::l_get_areas_in_area ( lua_State *  L)
staticprivate

References as, check_v3s16(), get_data_and_corner_flags(), AreaStore::getAreasInArea(), NO_MAP_LOCK_REQUIRED, push_areas(), and sortBoxVerticies().

+ Here is the call graph for this function:

◆ l_insert_area()

int LuaAreaStore::l_insert_area ( lua_State *  L)
staticprivate

References as, check_v3s16(), Area::data, Area::id, AreaStore::insertArea(), and NO_MAP_LOCK_REQUIRED.

+ Here is the call graph for this function:

◆ l_remove_area()

int LuaAreaStore::l_remove_area ( lua_State *  L)
staticprivate

References as, NO_MAP_LOCK_REQUIRED, and AreaStore::removeArea().

+ Here is the call graph for this function:

◆ l_reserve()

int LuaAreaStore::l_reserve ( lua_State *  L)
staticprivate

References as, NO_MAP_LOCK_REQUIRED, and AreaStore::reserve().

+ Here is the call graph for this function:

◆ l_set_cache_params()

int LuaAreaStore::l_set_cache_params ( lua_State *  L)
staticprivate

References as, getboolfield_default(), getintfield_default(), NO_MAP_LOCK_REQUIRED, and AreaStore::setCacheParams().

+ Here is the call graph for this function:

◆ l_to_file()

int LuaAreaStore::l_to_file ( lua_State *  L)
staticprivate

References as, CHECK_SECURE_PATH, NO_MAP_LOCK_REQUIRED, fs::safeWriteToFile(), and AreaStore::serialize().

+ Here is the call graph for this function:

◆ l_to_string()

int LuaAreaStore::l_to_string ( lua_State *  L)
staticprivate

References as, NO_MAP_LOCK_REQUIRED, and AreaStore::serialize().

+ Here is the call graph for this function:

◆ Register()

void LuaAreaStore::Register ( lua_State *  L)
static

References className, create_object(), gc_object(), methods, and ModApiBase::registerClass().

Referenced by ServerScripting::InitializeAsync(), EmergeScripting::InitializeModApi(), and ServerScripting::InitializeModApi().

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

Member Data Documentation

◆ as

◆ className

const char LuaAreaStore::className = "AreaStore"
static

Referenced by create_object(), and Register().

◆ methods

const luaL_Reg LuaAreaStore::methods
staticprivate
Initial value:
= {
luamethod(LuaAreaStore, get_area),
luamethod(LuaAreaStore, get_areas_for_pos),
luamethod(LuaAreaStore, get_areas_in_area),
luamethod(LuaAreaStore, insert_area),
luamethod(LuaAreaStore, remove_area),
luamethod(LuaAreaStore, set_cache_params),
luamethod(LuaAreaStore, to_string),
luamethod(LuaAreaStore, from_file),
{0,0}
}
Definition: l_areastore.h:27
#define luamethod(class, name)
Definition: l_internal.h:31
T from_string(const std::string &str)
Returns a value represented by the string val.
Definition: string.h:428

Referenced by Register().


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