Jump to content

SpawnReloadRate: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
en>Testid123
mNo edit summary
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
The rate, in frames, at which this object reloads itself with expended spawned objects. This should be set to '0' for objects which spawn 'missiles' (special case AircraftTypes which have MissileSpawn=yes set) so that they don't attempt to return.
|name={{PAGENAME}}
|files={{Categ|Rules(md).ini}}
|values={{Values|integer}}
|default=0
|types={{categ|TechnoTypes}}
|ra2=yes
|yr=yes
}}
The rate, in frames, at which this object reloads itself with expended spawned objects. This should be set to ''' '0' ''' for objects which spawn ''' 'missiles' ''' (special case [[AircraftTypes]] which have {{f|MissileSpawn|yes|link}} set) so that they don't attempt to return.

Revision as of 09:06, 12 January 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: SpawnReloadRate
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: TechnoTypes


The rate, in frames, at which this object reloads itself with expended spawned objects. This should be set to '0' for objects which spawn 'missiles' (special case AircraftTypes which have MissileSpawn=yes set) so that they don't attempt to return.