SetAnimationSpeed
From MaratisWiki
(Difference between revisions)
(Created page with "Change the current object animation speed. You increase the speed by changing the speed value. Notes : - Decimals numbers are allowed - Negative numbers aren't allowed ...") |
Dahnielson (Talk | contribs) m |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{lua-function|setAnimationSpeed|object, speed}} | |
| − | You increase the speed by changing the speed value. | + | Change the current object animation speed. You increase the speed by changing the speed value. |
| − | + | {{lua-function-param|object|object to operate on}} | |
| − | + | '''Note:''' | |
| + | * Decimals numbers are allowed | ||
| + | * Negative numbers aren't allowed | ||
| + | * You can't use decimals numbers for animated textures. | ||
| − | + | [[Category:Lua scripting]] | |
| − | + | [[Category:Lua function]] | |
| − | + | [[Category:Animation]] | |
Latest revision as of 00:00, 9 February 2014
setAnimationSpeed(object, speed)
Change the current object animation speed. You increase the speed by changing the speed value.
-
object: object to operate on
Note:
- Decimals numbers are allowed
- Negative numbers aren't allowed
- You can't use decimals numbers for animated textures.