From 334de0db64d3ea5612395ad8f484430071501a5d Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 2 Oct 2016 17:48:48 +0200 Subject: APIDump: Fixed description for schematic file loading. --- Server/Plugins/APIDump/APIDesc.lua | 8 ++++++++ 1 file changed, 8 insertions(+) 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 = -- cgit v1.2.3