summaryrefslogtreecommitdiff
path: root/data/mods
diff options
context:
space:
mode:
Diffstat (limited to 'data/mods')
-rw-r--r--data/mods/default/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/mods/default/init.lua b/data/mods/default/init.lua
index ac3ef1b8f..073483d4e 100644
--- a/data/mods/default/init.lua
+++ b/data/mods/default/init.lua
@@ -239,6 +239,7 @@
--
-- Registered entities:
-- - Functions receive a "luaentity" as self:
+-- - It has the member .name, which is the registered name ("mod:thing")
-- - It has the member .object, which is an ObjectRef pointing to the object
-- - The original prototype stuff is visible directly via a metatable
-- - Callbacks: