Jump to content

XVelocity: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 5 revisions imported
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Specifies the minimum velocity at which the particle moves along its X axis. Holds values between 0 and 100.
|values={{Values|integer}}
|default=0
|types={{Categ|Particles}}
|ts=yes
|fs=yes
|hp=yes
|ets=yes
|ra2=yes
|yr=yes
|rp=yes
}}
Used on {{f|BehavesLike|Spark|link}} particles to determine the minimum velocity at which the particle moves along its X axis.
 
==See also==
*[[YVelocity]]
*[[MinZVelocity]]
 
[[Category:Velocity Flags]]

Latest revision as of 22:14, 31 March 2025

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


Used on BehavesLike=Spark particles to determine the minimum velocity at which the particle moves along its X axis.

See also