# HG changeset patch # User Wuzzy # Date 1570550812 -3600 # Node ID 39daa8abac0bbd5b221f76c2984a643d205c16e9 # Parent 48fb7b41cccf02f932de469488be5c3d3070b9e2 LuaLibraryAnimate: Optional args in AnimOutOfNowhere 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.