1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Add a short_description to be used by mods (#8980)

This commit is contained in:
DS 2020-10-09 20:11:21 +02:00 committed by GitHub
parent b2f3f66385
commit f3ae45b2b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 102 additions and 2 deletions

View file

@ -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);