From c0dd4ea46acc37e873c28776142a57945f776d0b Mon Sep 17 00:00:00 2001 From: Ezhh Date: Tue, 28 Nov 2017 00:38:35 +0000 Subject: Fix documentation formatting for on_death callback --- doc/lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index b90a3974e..72dbc087a 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -4222,7 +4222,7 @@ Registered entities * `tool_capabilities`: capability table of used tool (can be `nil`) * `dir`: unit vector of direction of punch. Always defined. Points from the puncher to the punched. - `on_death(self, killer)` + * `on_death(self, killer)` * Called when the object dies. * `killer`: an `ObjectRef` (can be `nil`) * `on_rightclick(self, clicker)` -- cgit v1.2.3