LuaLibraryAnimate.wiki
changeset 1516 4b3e233e5ac0
parent 1387 8d095c221b3d
child 1517 b614c9c0898c
equal deleted inserted replaced
1515:ca760c9fcca4 1516:4b3e233e5ac0
   158 Teleports the gear to (`x`, `y`), adding effects and sounds at the final position. Follows gear.
   158 Teleports the gear to (`x`, `y`), adding effects and sounds at the final position. Follows gear.
   159 
   159 
   160 === `AnimTeleportGear(gear, x, y)` ===
   160 === `AnimTeleportGear(gear, x, y)` ===
   161 Teleports the gear to (`x`, `y`), adding effects and sounds both at the starting position and the final position. Follows gear.
   161 Teleports the gear to (`x`, `y`), adding effects and sounds both at the starting position and the final position. Follows gear.
   162 
   162 
   163 === `AnimVisualGear(gear, x, y, vgType, state, critical, follow)` ===
   163 === `AnimVisualGear(gear, x, y, vgType, state, critical)` ===
   164 Calls `AddVisualGear` with arguments second to sixth. If the optional argument `follow` equals `true` then the gear is followed. `gear` is for compatibility only.
   164 Calls `AddVisualGear` with arguments second to fifth. `gear` is for compatibility only.
   165 
   165 
   166 === `AnimCaption(gear, text, time)` ===
   166 === `AnimCaption(gear, text, time)` ===
   167 Adds `text` as caption and increases wait time by `time`.
   167 Adds `text` as caption and increases wait time by `time`.
   168 
   168 
   169 === `AnimCustomFunction(gear, func, args)` ===
   169 === `AnimCustomFunction(gear, func, args)` ===