LuaLibraries.wiki
changeset 530 9d1b7bddb6d2
parent 529 f3e3229af8bf
child 531 5628b472ab0d
--- a/LuaLibraries.wiki	Sun Dec 21 01:29:43 2014 +0000
+++ b/LuaLibraries.wiki	Sun Dec 21 01:30:24 2014 +0000
@@ -316,7 +316,7 @@
 RemoveEventFunc(condFunc2, condArgs1) --Removes a single event</code>
 
 === `CheckEvents` ===
-<blockquote> Verifies all the condition functions in the events list and calls the respective ‘action’ functions if the conditions are met. If the `evType` of a completed event equals `0` then it is removed from the list. This function is best placed in `onGameTick`.
+Verifies all the condition functions in the events list and calls the respective ‘action’ functions if the conditions are met. If the `evType` of a completed event equals `0` then it is removed from the list. This function is best placed in `onGameTick`.
 
 
 = Params =