summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-07 21:28:52 +0100
committermadmaxoft <github@xoft.cz>2014-03-07 21:28:52 +0100
commitffdf5f2022cbeb568cb6ff28448aad98876334b1 (patch)
treee2cf24bab59db43a022400c514da6b579914ff88 /MCServer
parentMerge pull request #765 from worktycho/fastmath (diff)
downloadcuberite-ffdf5f2022cbeb568cb6ff28448aad98876334b1.tar
cuberite-ffdf5f2022cbeb568cb6ff28448aad98876334b1.tar.gz
cuberite-ffdf5f2022cbeb568cb6ff28448aad98876334b1.tar.bz2
cuberite-ffdf5f2022cbeb568cb6ff28448aad98876334b1.tar.lz
cuberite-ffdf5f2022cbeb568cb6ff28448aad98876334b1.tar.xz
cuberite-ffdf5f2022cbeb568cb6ff28448aad98876334b1.tar.zst
cuberite-ffdf5f2022cbeb568cb6ff28448aad98876334b1.zip
Diffstat (limited to 'MCServer')
-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" },