Jump to content

SuperAnim: Difference between revisions

From ModEnc²
en>McPwny
Created page with "The SuperAnim logic works in four parts. An anim to play once while going from not ready to ready An anim to loop while the superweapon is ready An anim to play while going..."
 
Rain-Islet (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The SuperAnim logic works in four parts.
{{Flag
An anim to play once while going from not ready to ready
|name={{PAGENAME}}
An anim to loop while the superweapon is ready
|files={{Categ|Art(md).ini}}
An anim to play while going from ready to fire to not ready
|values={{Values|bool}}
An anim to loop while the superweapon is not ready
|default=no
|types={{categ|BuildingTypes}}
|ra2=yes
|yr=yes
}}
The ''SuperAnim'' logic works in four parts:


SuperAnim= is the first of these that loops while the superweapon is not charged
{| class="wikitable"
! Flag                !! function
|-
| {{f|SuperAnim}}    || play once while going from not ready to ready.
|-
| {{f|SuperAnimTwo}}  || loop while the superweapon is ready.
|-
| {{f|SuperAnimThree}}|| play while going from ready to fire to not ready.
|-
| {{f|SuperAnimFour}} || loop while the superweapon is not ready.
|}


== See Also ==
== See Also ==
*[[SuperAnimTwo]]
*[[SuperAnimThree]]
*[[SuperAnimFour]]
*[[ChargedAnimTime]]
*[[ChargedAnimTime]]

Latest revision as of 21:14, 12 April 2025

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


The SuperAnim logic works in four parts:

Flag function
SuperAnim play once while going from not ready to ready.
SuperAnimTwo loop while the superweapon is ready.
SuperAnimThree play while going from ready to fire to not ready.
SuperAnimFour loop while the superweapon is not ready.

See Also