#include <l_util.h>
|
| static void | Initialize (lua_State *L, int top) |
| |
| static void | InitializeAsync (lua_State *L, int top) |
| |
| static void | InitializeClient (lua_State *L, int top) |
| |
| static ScriptApiBase * | getScriptApiBase (lua_State *L) |
| |
| static Server * | getServer (lua_State *L) |
| |
| static ServerInventoryManager * | getServerInventoryMgr (lua_State *L) |
| |
| static EmergeThread * | getEmergeThread (lua_State *L) |
| |
| static IGameDef * | getGameDef (lua_State *L) |
| |
| static Environment * | getEnv (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.
|
| |
|
| template<> |
| bool | readParam (lua_State *L, int index) |
| |
| template<> |
| s16 | readParam (lua_State *L, int index) |
| |
| template<> |
| int | readParam (lua_State *L, int index) |
| |
| template<> |
| float | readParam (lua_State *L, int index) |
| |
| template<> |
| v2s16 | readParam (lua_State *L, int index) |
| |
| template<> |
| v2f | readParam (lua_State *L, int index) |
| |
| template<> |
| v3f | readParam (lua_State *L, int index) |
| |
| template<> |
| std::string_view | readParam (lua_State *L, int index) |
| |
| template<> |
| std::string | readParam (lua_State *L, int index) |
| |
| template<> |
| std::string_view | readParam (lua_State *L, int index) |
| | Read a string from Lua state L at index without copying it.
|
| |
| 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.
|
| |
◆ Initialize()
| void ModApiUtil::Initialize |
( |
lua_State * | L, |
|
|
int | top ) |
|
static |
References API_FCT, compress(), LuaSettings::create(), decompress(), g_settings, g_settings_path, is_valid_player_name(), is_yes(), and urlencode().
Referenced by ServerScripting::InitializeModApi(), MainMenuScripting::initializeModApi(), and PauseMenuScripting::initializeModApi().
◆ InitializeAsync()
| void ModApiUtil::InitializeAsync |
( |
lua_State * | L, |
|
|
int | top ) |
|
static |
◆ InitializeClient()
| void ModApiUtil::InitializeClient |
( |
lua_State * | L, |
|
|
int | top ) |
|
static |
◆ l_check_password_entry()
| int ModApiUtil::l_check_password_entry |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_colorspec_to_bytes()
| int ModApiUtil::l_colorspec_to_bytes |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_colorspec_to_colorstring()
| int ModApiUtil::l_colorspec_to_colorstring |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_colorspec_to_table()
| int ModApiUtil::l_colorspec_to_table |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_compress()
| int ModApiUtil::l_compress |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_cpdir()
| int ModApiUtil::l_cpdir |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_decode_base64()
| int ModApiUtil::l_decode_base64 |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_decompress()
| int ModApiUtil::l_decompress |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_encode_base64()
| int ModApiUtil::l_encode_base64 |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_encode_png()
| int ModApiUtil::l_encode_png |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_get_builtin_path()
| int ModApiUtil::l_get_builtin_path |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_get_dig_params()
| int ModApiUtil::l_get_dig_params |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_get_dir_list()
| int ModApiUtil::l_get_dir_list |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_get_hit_params()
| int ModApiUtil::l_get_hit_params |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_get_last_run_mod()
| int ModApiUtil::l_get_last_run_mod |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_get_password_hash()
| int ModApiUtil::l_get_password_hash |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_get_tool_wear_after_use()
| int ModApiUtil::l_get_tool_wear_after_use |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_get_us_time()
| int ModApiUtil::l_get_us_time |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_get_user_path()
| int ModApiUtil::l_get_user_path |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_get_version()
| int ModApiUtil::l_get_version |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_is_valid_player_name()
| int ModApiUtil::l_is_valid_player_name |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_is_yes()
| int ModApiUtil::l_is_yes |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_log()
| int ModApiUtil::l_log |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_mkdir()
| int ModApiUtil::l_mkdir |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_mvdir()
| int ModApiUtil::l_mvdir |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_parse_json()
| int ModApiUtil::l_parse_json |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_request_insecure_environment()
| int ModApiUtil::l_request_insecure_environment |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_rmdir()
| int ModApiUtil::l_rmdir |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_safe_file_write()
| int ModApiUtil::l_safe_file_write |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_set_last_run_mod()
| int ModApiUtil::l_set_last_run_mod |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_sha1()
| int ModApiUtil::l_sha1 |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_sha256()
| int ModApiUtil::l_sha256 |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_time_to_day_night_ratio()
| int ModApiUtil::l_time_to_day_night_ratio |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_urlencode()
| int ModApiUtil::l_urlencode |
( |
lua_State * | L | ) |
|
|
staticprivate |
◆ l_write_json()
| int ModApiUtil::l_write_json |
( |
lua_State * | L | ) |
|
|
staticprivate |
The documentation for this class was generated from the following files: