Jump to content

EmptyReload: Difference between revisions

From ModEnc²
en>Vinifera7
De-DZed
m 3 revisions imported
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
}}
}}


This flag specifies the time in frames that will elapse for a unit to reload the first round of {{TTL|Ammo}} when it is empty.
This flag specifies the time in frames that will elapse for a unit to reload the first round of {{f|Ammo|link}} when it is empty.


==Special values==
==Special values==
By setting this flag to −1, which is the default value, the {{TTL|EmptyReload}} logic will be ignored and the first round will take {{TTL|Reload}} frames to load.
By setting this flag to −1, which is the default value, the {{f|EmptyReload|link}} logic will be ignored and the first round will take {{f|Reload|link}} frames to load.


==See also==
==See also==
*{{TTL|Ammo}}
*{{f|Ammo|link}}
*{{TTL|InitialAmmo}}
*{{f|InitialAmmo|link}}
*{{TTL|Reload}}
*{{f|Reload|link}}
*{{TTL|ReloadIncrement}}
*{{f|ReloadIncrement|link}}
*{{TTL|PipWrap}}
*{{f|PipWrap|link}}

Latest revision as of 21:41, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: EmptyReload
File(s): rules(md).ini
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Special Values: −1
Default: −1
Applicable to: TechnoTypes:

AircraftTypes, BuildingTypes, InfantryTypes and VehicleTypes



This flag specifies the time in frames that will elapse for a unit to reload the first round of Ammo when it is empty.

Special values

By setting this flag to −1, which is the default value, the EmptyReload logic will be ignored and the first round will take Reload frames to load.

See also