LuaLibraryAnimate.wiki
changeset 1386 3a6e995ec041
parent 1385 93a09090d23f
child 1387 8d095c221b3d
equal deleted inserted replaced
1385:93a09090d23f 1386:3a6e995ec041
   125 Removes the [States 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)` ===
   131 Calls `HogSay` with the first three arguments and increses the wait time by `time`.
   131 Calls `HogSay` with the first three arguments and increses the wait time by `time`.
   132 
   132 
   133 Example:
   133 Example:
   134 <code language="lua">cinem = {
   134 <code language="lua">cinem = {
   135     {func = AnimSay, args = {gear1, "You're so defensive!", SAY_SAY, 2500}},
   135     {func = AnimSay, args = {gear1, "You're so defensive!", SAY_SAY, 2500}},