summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-11 21:22:10 +0200
committermadmaxoft <github@xoft.cz>2013-09-11 21:22:26 +0200
commitf845c1f72c3e25d0c6b9886c90cc26e02aa9539e (patch)
tree0d5cfe1cddd6b5b039fe8a0e77c3b10919e48472 /MCServer
parentAPIDump: Initial implementation of wiki-to-lua conversion (diff)
downloadcuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar
cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar.gz
cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar.bz2
cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar.lz
cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar.xz
cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.tar.zst
cuberite-f845c1f72c3e25d0c6b9886c90cc26e02aa9539e.zip
Diffstat (limited to 'MCServer')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 44981fdd7..dad123ed6 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -48,6 +48,10 @@ g_APIDesc =
CopyTo = { Params = "{{cBlockArea|BlockAreaDst}}", Notes = "Copies contents from self into BlockAreaDst"},
GetBlockLight = { Params = "BlockX, BlockY, BlockZ", Return = "NIBBLETYPE", Notes = "Returns the blocklight at the specified absolute coords"},
},
+ Constants =
+ {
+ baTypes = { Notes = "Operation should work on block types" },
+ },
},
cBlockEntity =