mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Private nodemeta (#5702)
* Private node metadata that isn't sent to the client
This commit is contained in:
@@ -73,6 +73,9 @@ private:
|
||||
// get_inventory(self)
|
||||
static int l_get_inventory(lua_State *L);
|
||||
|
||||
// mark_as_private(self, <string> or {<string>, <string>, ...})
|
||||
static int l_mark_as_private(lua_State *L);
|
||||
|
||||
public:
|
||||
NodeMetaRef(v3s16 p, ServerEnvironment *env);
|
||||
NodeMetaRef(Metadata *meta);
|
||||
|
Reference in New Issue
Block a user