tex_cycles

Animation speed of map texture animation, sprite and model animation when no action is assigned or the ANIMATE flag is set .

Range:

0 for no animation, 1..100 for animation speed (default:10)

Type:

var

Example:

function main()
{
  tex_cycles = 0; // no default animation
  ...

See also:

time_step, skin, frame, ANIMATE

► latest version online