APIDump: Added a testing constant description
This commit is contained in:
parent
7dce0c276a
commit
f845c1f72c
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user