mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Add a short_description to be used by mods (#8980)
This commit is contained in:
@@ -72,6 +72,9 @@ private:
|
||||
// get_description(self)
|
||||
static int l_get_description(lua_State *L);
|
||||
|
||||
// get_short_description(self)
|
||||
static int l_get_short_description(lua_State *L);
|
||||
|
||||
// clear(self) -> true
|
||||
static int l_clear(lua_State *L);
|
||||
|
||||
|
Reference in New Issue
Block a user