summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_storage.h
Commit message (Collapse)AuthorAge
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat ↵Loïc Blot2017-04-08
| | | | | (#5541) We are bundling Lua5.1 which has same macro
* Clang-format: fix some header files and remove them from whitelistLoic Blot2017-04-07
|
* Add ModMetadata API (#5131)Loïc Blot2017-02-08
* mod can create a ModMetadata object where store its values and retrieve it. * Modmetadata object can only be fetched at mod loading * Save when modified using same time as map interval or at server stop * add helper function to get mod storage path * ModMetadata has exactly same calls than all every other Metadata