]> git.lizzy.rs Git - worldedit.git/commitdiff
added metasave/metaload to readme
authorcornernote <cornernote@gmail.com>
Thu, 20 Sep 2012 04:28:00 +0000 (13:58 +0930)
committercornernote <cornernote@gmail.com>
Thu, 20 Sep 2012 04:28:00 +0000 (13:58 +0930)
README.md

index b3e2150e7312ee724447825a244682815d841a2b..d72643819e6aad873a601207e36f0b097d033b7d 100644 (file)
--- 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)