Add core.find_nodes_with_meta() script API
This commit is contained in:
@@ -301,7 +301,8 @@ class Map /*: public NodeContainer*/
|
||||
These are basically coordinate wrappers to MapBlock
|
||||
*/
|
||||
|
||||
NodeMetadata* getNodeMetadata(v3s16 p);
|
||||
std::vector<v3s16> findNodesWithMetadata(v3s16 p1, v3s16 p2);
|
||||
NodeMetadata *getNodeMetadata(v3s16 p);
|
||||
|
||||
/**
|
||||
* Sets metadata for a node.
|
||||
|
||||
Reference in New Issue
Block a user