LuaAPI.wiki
changeset 1520 b52c6f8689bc
parent 1519 1b32e9ff8adf
child 1521 c48e03ba077c
equal deleted inserted replaced
1519:1b32e9ff8adf 1520:b52c6f8689bc
   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 Most visual gears require little to no modification of parameters. If the visual gear does not exist, `nil` is returned.
   673 If the visual gear does not exist, `nil` is returned.
       
   674 
       
   675 Most visual gears require little to no modification of parameters.
   674 
   676 
   675 Example:
   677 Example:
   676 
   678 
   677 <code language="lua">    GetVisualGearValues(vgUid) -- return visual gear values
   679 <code language="lua">    GetVisualGearValues(vgUid) -- return visual gear values
   678 </code>
   680 </code>