mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Allow non-string arguments for minetest.is_yes()
This commit is contained in:
parent
d820a6bfd8
commit
dd5c451e03
4 changed files with 13 additions and 7 deletions
|
@ -71,7 +71,7 @@ private:
|
|||
// get_password_hash(name, raw_password)
|
||||
static int l_get_password_hash(lua_State *L);
|
||||
|
||||
// is_yes(string)
|
||||
// is_yes(arg)
|
||||
static int l_is_yes(lua_State *L);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue