# HG changeset patch # User almikes@aol.com # Date 1419125424 0 # Node ID 9d1b7bddb6d26af38be5a95763f54c2e7223a40a # Parent f3e3229af8bfc90775afb0d960cf285951642ffe Remove bad blockquoute element. diff -r f3e3229af8bf -r 9d1b7bddb6d2 LuaLibraries.wiki --- 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 === `CheckEvents` === -
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 =