1
0
의 미러 https://github.com/luanti-org/luanti.git synced 2026-01-01 18:55:32 +01:00

Improve LuaVoxelManip documentation

This commit is contained in:
kwolekr
2015-11-07 03:27:33 -05:00
부모 2a12579fab
커밋 f9e394a466
2개의 변경된 파일163개의 추가작업 그리고 9개의 파일을 삭제

파일 보기

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