Jump to content

SpawnReloadRate: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
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={{catAllTypes}}
|ts=yes
|fs=yes
|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.
 
{{HorizontalBar|[[Image:Cc_documentinfo.png‎|24px]] Tiberian Sun/Firestorm: This flag is only available with [[Vinifera Engine Extension|Vinifera]]. For more information, check out the official [https://vinifera.readthedocs.io/en/latest/New-Features-and-Enhancements.html#spawners Vinifera documentation].}}

Latest revision as of 09:45, 18 April 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:

AircraftTypes, BuildingTypes, InfantryTypes and VehicleTypes



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.

Tiberian Sun/Firestorm: This flag is only available with Vinifera. For more information, check out the official Vinifera documentation.