LuaLibraryAnimate: Remove follow argument from AnimVisualGear
authorWuzzy
Tue, 21 Aug 2018 21:30:15 +0100
changeset 1516 4b3e233e5ac0
parent 1515 ca760c9fcca4
child 1517 b614c9c0898c
LuaLibraryAnimate: Remove follow argument from AnimVisualGear
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`.