summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-08 16:14:22 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-08 16:14:22 +0100
commitc4c58c71fb0d38c2b13752810db0f52ba07c0af0 (patch)
tree0cc1bb8bd0fa5655bd86c6befaa71fec885da665 /MCServer/Plugins
parentTurned on Werror (diff)
parentMerge branch 'master' into warnings (diff)
downloadcuberite-c4c58c71fb0d38c2b13752810db0f52ba07c0af0.tar
cuberite-c4c58c71fb0d38c2b13752810db0f52ba07c0af0.tar.gz
cuberite-c4c58c71fb0d38c2b13752810db0f52ba07c0af0.tar.bz2
cuberite-c4c58c71fb0d38c2b13752810db0f52ba07c0af0.tar.lz
cuberite-c4c58c71fb0d38c2b13752810db0f52ba07c0af0.tar.xz
cuberite-c4c58c71fb0d38c2b13752810db0f52ba07c0af0.tar.zst
cuberite-c4c58c71fb0d38c2b13752810db0f52ba07c0af0.zip
Diffstat (limited to 'MCServer/Plugins')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 5f1b11a4c..1e572492b 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -162,7 +162,7 @@ g_APIDesc =
RotateCW = { Params = "", Return = "", Notes = "Rotates the block area around the Y axis, clockwise (north -> east). Modifies blocks' metas (if present) to match." },
RotateCWNoMeta = { Params = "", Return = "", Notes = "Rotates the block area around the Y axis, clockwise (north -> east). Doesn't modify blocks' metas." },
SaveToSchematicFile = { Params = "FileName", Return = "", Notes = "Saves the current contents to a schematic file. Returns true if successful." },
- SaveToSchematicString = { Params = "", Return = "string", Notes = "Saves the current contents to a string (in a .schematic file format). Returns the data if successful, empty string if failed." },
+ SaveToSchematicString = { Params = "", Return = "string", Notes = "Saves the current contents to a string (in a .schematic file format). Returns the data if successful, nil if failed." },
SetBlockLight = { Params = "BlockX, BlockY, BlockZ, BlockLight", Return = "", Notes = "Sets the blocklight at the specified absolute coords" },
SetBlockMeta = { Params = "BlockX, BlockY, BlockZ, BlockMeta", Return = "", Notes = "Sets the block meta at the specified absolute coords" },
SetBlockSkyLight = { Params = "BlockX, BlockY, BlockZ, SkyLight", Return = "", Notes = "Sets the skylight at the specified absolute coords" },