# HG changeset patch # User Wuzzy # Date 1534883415 -3600 # Node ID 4b3e233e5ac0b90d85b42ac24a0e2c1a6d0e4eac # Parent ca760c9fcca402eb9aa2209372158b84567be2fc LuaLibraryAnimate: Remove follow argument from AnimVisualGear diff -r ca760c9fcca4 -r 4b3e233e5ac0 LuaLibraryAnimate.wiki --- 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`.