mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-08 03:05:18 +01:00
@@ -33,10 +33,12 @@ class NodeMetadata;
|
||||
|
||||
class NodeMetaRef : public MetaDataRef {
|
||||
private:
|
||||
bool m_is_local = false;
|
||||
// Set for server metadata
|
||||
v3s16 m_p;
|
||||
ServerEnvironment *m_env = nullptr;
|
||||
Metadata *m_meta = nullptr;
|
||||
bool m_is_local = false;
|
||||
// Set for client metadata
|
||||
Metadata *m_local_meta = nullptr;
|
||||
|
||||
static const char className[];
|
||||
static const luaL_Reg methodsServer[];
|
||||
|
||||
Reference in New Issue
Block a user