summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcornernote <cornernote@gmail.com>2012-09-20 13:58:00 +0930
committercornernote <cornernote@gmail.com>2012-09-20 13:58:00 +0930
commita95164b63b0483ea15342d5ae76dabb458a85730 (patch)
tree38be43ba9ff445dc139065cb0aee1c9524e15753 /README.md
parent0f9f247cc1f7a41bbcadae304804880df2734a8d (diff)
added metasave/metaload to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index b3e2150..d726438 100644
--- a/README.md
+++ b/README.md
@@ -308,6 +308,18 @@ This function is deprecated, and should not be used unless there is a need to su
Returns the number of nodes deserialized.
+### worldedit.metasave(pos1, pos2, file)
+
+Saves the nodes and meta defined by positions `pos1` and `pos2` into a file
+
+Returns the number of nodes saved
+
+### worldedit.metaload(pos1, file)
+
+Loads the nodes and meta from `file` to position `pos1`
+
+Returns the number of nodes loaded
+
License
-------
Copyright 2012 sfan5 and Anthony Zhang (Temperest)