Jump to content

IsAnimated: Difference between revisions

From ModEnc²
m 4 revisions imported
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
Line 13: Line 13:
Specifies whether or not this [[TerrainTypes|terrain object]] comprises of several [[SHP|frames]] which are used to animate the object. This is used to animate Tiberium Trees and Ore Drills.
Specifies whether or not this [[TerrainTypes|terrain object]] comprises of several [[SHP|frames]] which are used to animate the object. This is used to animate Tiberium Trees and Ore Drills.


{{bugs}}
=={{bugs}}==


This flag depends on {{f|SpawnsTiberium|yes|link}} to work properly. Without it, the animation will not loop, and after the animation is complete, the terrain object becomes invisible.
This flag depends on {{f|SpawnsTiberium|yes|link}} to work properly. Without it, the animation will not loop, and after the animation is complete, the terrain object becomes invisible.

Latest revision as of 17:29, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: IsAnimated
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: TerrainTypes


Specifies whether or not this terrain object comprises of several frames which are used to animate the object. This is used to animate Tiberium Trees and Ore Drills.

Bugs/Side-Effects/Unexpected Limitations

This flag depends on SpawnsTiberium=yes to work properly. Without it, the animation will not loop, and after the animation is complete, the terrain object becomes invisible.