Jump to content

StateAIAdvance: Difference between revisions

From ModEnc²
en>Testid123
mNo edit summary
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|name={{PAGENAME}}
|name={{PAGENAME}}
|files={{Categ|Rules(md).ini}}
|files={{Categ|Rules(md).ini}}
|values={{values|int}}
|values={{Values|integer}}
|default=1
|types={{Categ|Particles}}
|types={{Categ|Particles}}
|ts=yes
|ts=yes
Line 12: Line 13:
}}
}}
Specifies the [[frames|time delay]] between each [[animation]] frame of this [[particle]]. In other words, it determines the speed of the animation, with larger values meaning slower animation. Applies only to particles that use [[SHP]]-based [[image]].
Specifies the [[frames|time delay]] between each [[animation]] frame of this [[particle]]. In other words, it determines the speed of the animation, with larger values meaning slower animation. Applies only to particles that use [[SHP]]-based [[image]].
{{Bugs}}
=={{Bugs}}==
*If <b>StateAIAdvance=0</b> or <b>StateAIAdvance=-1</b> will give you {{f|Internal_Error|0062C67E|link}}
*If <b>StateAIAdvance=0</b> or <b>StateAIAdvance=-1</b> will give you {{f|Internal_Error|0062C67E|link}}
==See Also==
==See Also==

Latest revision as of 17:54, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: StateAIAdvance
File(s): Rules(md).ini
Values: Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767.
Default: 1
Applicable to: Particles


Specifies the time delay between each animation frame of this particle. In other words, it determines the speed of the animation, with larger values meaning slower animation. Applies only to particles that use SHP-based image.

Bugs/Side-Effects/Unexpected Limitations

See Also