Jump to content

IsAnimated: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Can be set to 'yes' or 'no' and specifies whether or not this terrain object comprises of several frames which are used to animate the object, rather than just one frame. This is used to animate Ore Trees.
|name={{PAGENAME}}
|files={{Categ|ini=rules}}
|types={{Categ|TerrainTypes}}
|values={{values|booleans}}
|default=no
|ts=yes
|fs=yes
|hp=yes
|ra2=yes
|yr=yes
}}
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}}==
 
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.