summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-10-02 17:48:48 +0200
committerMattes D <github@xoft.cz>2016-10-02 17:48:48 +0200
commit334de0db64d3ea5612395ad8f484430071501a5d (patch)
treeb770c19f53c23f1f8329bb9aa72607a91f858328
parentAPIDesc: Reformatted ConstantGroups to match the enum names. (diff)
downloadcuberite-334de0db64d3ea5612395ad8f484430071501a5d.tar
cuberite-334de0db64d3ea5612395ad8f484430071501a5d.tar.gz
cuberite-334de0db64d3ea5612395ad8f484430071501a5d.tar.bz2
cuberite-334de0db64d3ea5612395ad8f484430071501a5d.tar.lz
cuberite-334de0db64d3ea5612395ad8f484430071501a5d.tar.xz
cuberite-334de0db64d3ea5612395ad8f484430071501a5d.tar.zst
cuberite-334de0db64d3ea5612395ad8f484430071501a5d.zip
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index b4d84f3f5..1e8454b37 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -951,6 +951,10 @@ return
Type = "string",
},
},
+ Returns =
+ {
+ { Type = "boolean" },
+ },
Notes = "Clears current content and loads new content from the specified schematic file. Returns true if successful. Returns false and logs error if unsuccessful, old content is preserved in such a case.",
},
LoadFromSchematicString =
@@ -962,6 +966,10 @@ return
Type = "string",
},
},
+ Returns =
+ {
+ { Type = "boolean" },
+ },
Notes = "Clears current content and loads new content from the specified string (assumed to contain .schematic data). Returns true if successful. Returns false and logs error if unsuccessful, old content is preserved in such a case.",
},
Merge =