aboutsummaryrefslogtreecommitdiff
path: root/doc/lua_api.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-09-09 17:12:29 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-09-09 17:12:29 +0300
commit9cadaf824b3a59c85ad03f9c7185f43724b8e7ff (patch)
tree81faa2491a264a29c626e560ccf58601ef02ebd3 /doc/lua_api.txt
parent1cc1b93e65d6d88e20786383cb09caf22a8c6494 (diff)
downloadhax-minetest-server-9cadaf824b3a59c85ad03f9c7185f43724b8e7ff.tar.gz
hax-minetest-server-9cadaf824b3a59c85ad03f9c7185f43724b8e7ff.zip
Add dtime_s to entity activation
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r--doc/lua_api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 782378c1f..8c6fedc1e 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -1237,7 +1237,7 @@ Entity definition (register_entity)
initial_properties = <initial object properties>,
- on_activate = function(self, staticdata),
+ on_activate = function(self, staticdata, dtime_s),
on_step = function(self, dtime),
on_punch = function(self, hitter),
on_rightclick = function(self, clicker),