LuaAPI.wiki
changeset 1521 c48e03ba077c
parent 1520 b52c6f8689bc
child 1522 4f9e1a0d56d9
equal deleted inserted replaced
1520:b52c6f8689bc 1521:c48e03ba077c
   668  * `FrameTicks` is usually an animation counter
   668  * `FrameTicks` is usually an animation counter
   669  * `State` can have a variety of values, but is typically bit packed
   669  * `State` can have a variety of values, but is typically bit packed
   670  * `Timer` is usually the gear lifetime
   670  * `Timer` is usually the gear lifetime
   671  * `Tint` is the RGBA color
   671  * `Tint` is the RGBA color
   672 
   672 
   673 If the visual gear does not exist, `nil` is returned.
   673 If the visual gear does not exist, `nil` is returned. Always check the result for `nil` before you plug in the values anywhere.
   674 
   674 
   675 Most visual gears require little to no modification of parameters.
   675 Most visual gears require little to no modification of parameters.
   676 
   676 
   677 Example:
   677 Example:
   678 
   678