LuaLibraryAnimate.wiki
changeset 1385 93a09090d23f
parent 1384 1edf2e41b626
child 1386 3a6e995ec041
--- a/LuaLibraryAnimate.wiki	Thu May 03 00:29:52 2018 +0100
+++ b/LuaLibraryAnimate.wiki	Thu May 03 00:39:48 2018 +0100
@@ -119,10 +119,10 @@
 Switches to `gear` and follows it.
 
 === `AnimGiveState(gear, state)` ===
-Adds the [GearStates gear state] `state` to `gear`.
+Adds the [States gear state] `state` to `gear`.
 
 === `AnimRemoveState(gear, state)` ===
-Removes the [GearStates gear state] `state` from `gear`.
+Removes the [States gear state] `state` from `gear`.
 
 === `AnimWait(gear, time)` ===
 Increases the wait time by `time`. `gear` is just for compatibility with `ShowAnimation`.