--- a/LuaLibraryAnimate.wiki Tue Aug 21 21:27:50 2018 +0100
+++ b/LuaLibraryAnimate.wiki Tue Aug 21 21:30:15 2018 +0100
@@ -160,8 +160,8 @@
=== `AnimTeleportGear(gear, x, y)` ===
Teleports the gear to (`x`, `y`), adding effects and sounds both at the starting position and the final position. Follows gear.
-=== `AnimVisualGear(gear, x, y, vgType, state, critical, follow)` ===
-Calls `AddVisualGear` with arguments second to sixth. If the optional argument `follow` equals `true` then the gear is followed. `gear` is for compatibility only.
+=== `AnimVisualGear(gear, x, y, vgType, state, critical)` ===
+Calls `AddVisualGear` with arguments second to fifth. `gear` is for compatibility only.
=== `AnimCaption(gear, text, time)` ===
Adds `text` as caption and increases wait time by `time`.