LuaLibraryAnimate.wiki
changeset 1517 b614c9c0898c
parent 1516 4b3e233e5ac0
child 1866 0b12f567dfe3
equal deleted inserted replaced
1516:4b3e233e5ac0 1517:b614c9c0898c
   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)` ===
   163 === `AnimVisualGear(gear, x, y, vgType, state, critical)` ===
   164 Calls `AddVisualGear` with arguments second to fifth. `gear` is for compatibility only.
   164 Calls `AddVisualGear` with arguments second to sixth. `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)` ===