LuaLibraryAnimate.wiki
changeset 1385 93a09090d23f
parent 1384 1edf2e41b626
child 1386 3a6e995ec041
equal deleted inserted replaced
1384:1edf2e41b626 1385:93a09090d23f
   117 
   117 
   118 === `AnimSwitchHog(gear)` ===
   118 === `AnimSwitchHog(gear)` ===
   119 Switches to `gear` and follows it.
   119 Switches to `gear` and follows it.
   120 
   120 
   121 === `AnimGiveState(gear, state)` ===
   121 === `AnimGiveState(gear, state)` ===
   122 Adds the [GearStates gear state] `state` to `gear`.
   122 Adds the [States gear state] `state` to `gear`.
   123 
   123 
   124 === `AnimRemoveState(gear, state)` ===
   124 === `AnimRemoveState(gear, state)` ===
   125 Removes the [GearStates gear state] `state` from `gear`.
   125 Removes the [States gear state] `state` from `gear`.
   126 
   126 
   127 === `AnimWait(gear, time)` ===
   127 === `AnimWait(gear, time)` ===
   128 Increases the wait time by `time`. `gear` is just for compatibility with `ShowAnimation`.
   128 Increases the wait time by `time`. `gear` is just for compatibility with `ShowAnimation`.
   129 
   129 
   130 === `AnimSay(gear, text, manner, time` ===
   130 === `AnimSay(gear, text, manner, time` ===