diff -r 48fb7b41cccf -r 39daa8abac0b LuaLibraryAnimate.wiki --- a/LuaLibraryAnimate.wiki Tue Oct 08 17:04:06 2019 +0100 +++ b/LuaLibraryAnimate.wiki Tue Oct 08 17:06:52 2019 +0100 @@ -156,8 +156,8 @@ === `AnimDisappear(gear, x, y)` === Teleports the gear to (`x`, `y`), adding some effects at the previous position and sounds. Doesn’t follow the gear. -=== `AnimOutOfNowhere(gear, x, y)` === -Teleports the gear to (`x`, `y`), adding effects and sounds at the final position. Follows gear. +=== `AnimOutOfNowhere(gear [, x, y])` === +Teleports the gear to (`x`, `y`), adding effects and sounds at the final position. Follows gear. If `x` and `y` are not specified, gear will not teleport, only the animation is played. === `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.