diff -r 76cfd320603d -r aa5d58152f50 LuaLibraries.wiki --- a/LuaLibraries.wiki Sat Nov 26 21:30:04 2016 +0000 +++ b/LuaLibraries.wiki Sat Nov 26 22:11:14 2016 +0000 @@ -188,7 +188,7 @@ ==== `RemoveAnim(steps)` ==== Removes `steps` from the animations array. -=== `AddSkipFunction(anim, func, args)` === +==== `AddSkipFunction(anim, func, args)` ==== Adds `func` to the array of functions used to skip animations, associating it with `anim`. When the animation is skipped (see below), the function is called with `args` as arguments. Example: AddSkipFunc(cinem, SkipCinem, {})