1
0
Fork 0

APIDump: Added a testing constant description

This commit is contained in:
madmaxoft 2013-09-11 21:22:10 +02:00
parent 7dce0c276a
commit f845c1f72c
1 changed files with 4 additions and 0 deletions

View File

@ -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 =