equal
deleted
inserted
replaced
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)` === |