diff -r 0f8d2e38dec1 -r 24d84bcaa5d5 LuaEvents.wiki --- a/LuaEvents.wiki Wed Oct 30 11:28:34 2019 +0000 +++ b/LuaEvents.wiki Wed Oct 30 12:06:01 2019 +0000 @@ -2,6 +2,7 @@ #labels !LuaFunctions = Lua API: Event handlers = + Event handlers are [LuaAPI Lua] functions that Hedgewars calls on certain events. Lua scripts are supposed to _define_ these functions to do something. The functions are then _called_ by Hedgewars when a certain event has occured. For an example of how this works, see [LuaGuide]. This page is a list of all supported event handlers in Hedgewars.