LuaLibraryAnimate.wiki
changeset 1909 4bf4dda860e2
parent 1866 0b12f567dfe3
child 1985 39daa8abac0b
equal deleted inserted replaced
1908:d141b806356e 1909:4bf4dda860e2
   119 
   119 
   120 === `AnimSwitchHog(gear)` ===
   120 === `AnimSwitchHog(gear)` ===
   121 Switches to `gear` and follows it.
   121 Switches to `gear` and follows it.
   122 
   122 
   123 === `AnimGiveState(gear, state)` ===
   123 === `AnimGiveState(gear, state)` ===
   124 Adds the [States gear state] `state` to `gear`.
   124 Sets the [States gear state] of `gear` to `state` (full bitmask).
   125 
   125 
   126 === `AnimRemoveState(gear, state)` ===
   126 === `AnimRemoveState(gear, state)` ===
   127 Removes the [States gear state] `state` from `gear`.
   127 Removes the [States gear state] `state` from `gear`.
   128 
   128 
   129 === `AnimWait(gear, time)` ===
   129 === `AnimWait(gear, time)` ===