mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
MapNode constructor to allow ndef+name
This commit is contained in:
parent
62164d955c
commit
eabfb370ac
2 changed files with 19 additions and 0 deletions
|
@ -147,6 +147,11 @@ struct MapNode
|
|||
// because this needs to override part of param2
|
||||
setContent(content);
|
||||
}
|
||||
|
||||
// Create directly from a nodename
|
||||
// If name is unknown, sets CONTENT_IGNORE
|
||||
MapNode(INodeDefManager *ndef, const std::string &name,
|
||||
u8 a_param1=0, u8 a_param2=0);
|
||||
|
||||
bool operator==(const MapNode &other)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue