]> git.lizzy.rs Git - minetest.git/commit
Lua_api.txt: Naming convention for custom item/entity fields
authorWuzzy <almikes@aol.com>
Sat, 12 Nov 2016 16:49:41 +0000 (17:49 +0100)
committerparamat <mat.gregory@virginmedia.com>
Tue, 15 Nov 2016 23:08:34 +0000 (23:08 +0000)
commit8e61c1dfd9c07abbea82b3acecf729c118d95793
tree84e77fd4211c94d9fb9f9f26fec00cb09d7898a8
parentbc3980e1d69ca9f848f80eb7386525fa4fb326cd
Lua_api.txt: Naming convention for custom item/entity fields

Custom (non-engine) field names of items and entities are allowed.
This is now documented in lua_api.txt. Field names beginning with
an underscore are now reserved for mod use, the engine must not
introduce any fields beginning with an underscore.
doc/lua_api.txt