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 =