mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Log deprecated Lua function calls (#7491)
This commit is contained in:
parent
6f22d14206
commit
49509d2f74
6 changed files with 96 additions and 7 deletions
|
@ -50,9 +50,8 @@ public:
|
|||
static ServerActiveObject* getobject(ObjectRef *ref);
|
||||
private:
|
||||
ServerActiveObject *m_object = nullptr;
|
||||
|
||||
static const char className[];
|
||||
static const luaL_Reg methods[];
|
||||
static luaL_Reg methods[];
|
||||
|
||||
|
||||
static LuaEntitySAO* getluaobject(ObjectRef *ref);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue