summaryrefslogtreecommitdiff
path: root/builtin/game/constants.lua
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2015-11-07 03:27:33 -0500
committerkwolekr <kwolekr@minetest.net>2015-11-07 11:59:24 -0500
commitf9e394a4669e667fcef8992946458c769b4e2770 (patch)
tree72f790137c04a0e0ced6b3739c12d4d007c326b3 /builtin/game/constants.lua
parent2a12579fab7803fdee2fac2fa8a6837f131dde7a (diff)
downloadminetest-f9e394a4669e667fcef8992946458c769b4e2770.tar.gz
minetest-f9e394a4669e667fcef8992946458c769b4e2770.tar.bz2
minetest-f9e394a4669e667fcef8992946458c769b4e2770.zip
Improve LuaVoxelManip documentation
Diffstat (limited to 'builtin/game/constants.lua')
-rw-r--r--builtin/game/constants.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/builtin/game/constants.lua b/builtin/game/constants.lua
index ea3644cfb..d0b7c753c 100644
--- a/builtin/game/constants.lua
+++ b/builtin/game/constants.lua
@@ -4,6 +4,11 @@
-- Constants values for use with the Lua API
--
+-- Built-in Content IDs (for use with VoxelManip API)
+core.CONTENT_UNKNOWN = 125
+core.CONTENT_AIR = 126
+core.CONTENT_IGNORE = 127
+
-- Block emerge status constants (for use with core.emerge_area)
core.EMERGE_CANCELLED = 0
core.EMERGE_ERRORED = 1