LuaLibraries: Fix hierarchy of AddSkipFunction
authorWuzzy
Sat, 26 Nov 2016 22:11:14 +0000
changeset 938 aa5d58152f50
parent 937 76cfd320603d
child 939 39ed0b23ef49
LuaLibraries: Fix hierarchy of AddSkipFunction
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:
 <code language="lua">AddSkipFunc(cinem, SkipCinem, {})</code>