diff options
author | madmaxoft <github@xoft.cz> | 2013-09-13 16:04:32 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-13 16:04:32 +0200 |
commit | d2deb381c2ef9ef9b39a587cd53271ddcd51b511 (patch) | |
tree | b76cfbc77e78949e0cb7dde9925d0d974d9790ec /MCServer/Plugins/APIDump/APIDesc.lua | |
parent | APIDump: Added support for ignoring functions; ignoring the lua/tolua internals. (diff) | |
download | cuberite-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.lua | 1 |
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." }, |