mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
CSM: Add a way to get current locale from CSM
This commit is contained in:
parent
241fe649f7
commit
c252ed506e
3 changed files with 11 additions and 0 deletions
|
@ -66,6 +66,8 @@ private:
|
|||
// get_node(pos)
|
||||
static int l_get_node_or_nil(lua_State *L);
|
||||
|
||||
static int l_get_language(lua_State *L);
|
||||
|
||||
// get_wielded_item()
|
||||
static int l_get_wielded_item(lua_State *L);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue