summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-13 16:04:32 +0200
committermadmaxoft <github@xoft.cz>2013-09-13 16:04:32 +0200
commitd2deb381c2ef9ef9b39a587cd53271ddcd51b511 (patch)
treeb76cfbc77e78949e0cb7dde9925d0d974d9790ec /MCServer/Plugins/APIDump/APIDesc.lua
parentAPIDump: Added support for ignoring functions; ignoring the lua/tolua internals. (diff)
downloadcuberite-d2deb381c2ef9ef9b39a587cd53271ddcd51b511.tar
cuberite-d2deb381c2ef9ef9b39a587cd53271ddcd51b511.tar.gz
cuberite-d2deb381c2ef9ef9b39a587cd53271ddcd51b511.tar.bz2
cuberite-d2deb381c2ef9ef9b39a587cd53271ddcd51b511.tar.lz
cuberite-d2deb381c2ef9ef9b39a587cd53271ddcd51b511.tar.xz
cuberite-d2deb381c2ef9ef9b39a587cd53271ddcd51b511.tar.zst
cuberite-d2deb381c2ef9ef9b39a587cd53271ddcd51b511.zip
Diffstat (limited to '')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index c5ae0f890..e7b759505 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -43,6 +43,7 @@ g_APIDesc =
]],
Functions =
{
+ constructor = { Params = "", Return = "cBlockArea", Notes = "Creates a new empty cBlockArea object" },
Clear = { Params = "", Return = "", Notes = "Clears the object, resets it to zero size" },
CopyFrom = { Params = "BlockAreaSrc", Return = "", Notes = "Copies contents from BlockAreaSrc into self" },
CopyTo = { Params = "BlockAreaDst", Return = "", Notes = "Copies contents from self into BlockAreaDst." },