APIDump: Documented missing constant in cBlockArea
This commit is contained in:
parent
538cde6bbb
commit
37f53d0f78
@ -197,6 +197,7 @@ g_APIDesc =
|
|||||||
baMetas = { Notes = "Operations should work on block metas" },
|
baMetas = { Notes = "Operations should work on block metas" },
|
||||||
baLight = { Notes = "Operations should work on block (emissive) light" },
|
baLight = { Notes = "Operations should work on block (emissive) light" },
|
||||||
baSkyLight = { Notes = "Operations should work on skylight" },
|
baSkyLight = { Notes = "Operations should work on skylight" },
|
||||||
|
msDifference = { Notes = "Block becomes air if Src and Dst are the same." },
|
||||||
msOverwrite = { Notes = "Src overwrites anything in Dst" },
|
msOverwrite = { Notes = "Src overwrites anything in Dst" },
|
||||||
msFillAir = { Notes = "Dst is overwritten by Src only where Src has air blocks" },
|
msFillAir = { Notes = "Dst is overwritten by Src only where Src has air blocks" },
|
||||||
msImprint = { Notes = "Src overwrites Dst anywhere where Dst has non-air blocks" },
|
msImprint = { Notes = "Src overwrites Dst anywhere where Dst has non-air blocks" },
|
||||||
|
Loading…
Reference in New Issue
Block a user