summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index ffe6852..8b17a37 100644
--- a/README.md
+++ b/README.md
@@ -179,6 +179,14 @@ Loads the nodes represented by string `value` at position `originpos`.
Returns the number of nodes deserialized.
+### worldedit.deserialize_old(originpos, value)
+
+Loads the nodes represented by string `value` at position `originpos`, using the older table-based WorldEdit format.
+
+This function is deprecated, and should not be used unless there is a need to support legacy WorldEdit save files.
+
+Returns the number of nodes deserialized.
+
License
-------
Copyright 2012 sfan5 and Anthony Zhang (Temperest)