LuaEvents: add newline
authorWuzzy
Wed, 30 Oct 2019 12:06:01 +0000
changeset 2087 24d84bcaa5d5
parent 2086 0f8d2e38dec1
child 2088 a08ac623b597
LuaEvents: add newline
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.