Jump to content

Projectile: Difference between revisions

From ModEnc²
en>DCoder
This describes an ObjectType, added link to Category: Projectile Flags
en>Renegade
m just the block
Line 19: Line 19:
A projectile is the part of the weapon which, after graphically flying through a certain path, calls the [[Warhead]] that does the damage.
A projectile is the part of the weapon which, after graphically flying through a certain path, calls the [[Warhead]] that does the damage.


See {{Categ|Projectile|Category: Projectile Flags}} for a list of flags applicable to Projectiles.
See [[:Category: Projectile Flags]] for a list of flags applicable to Projectiles.


[[Category:General_Editing_Information]]
[[Category:General_Editing_Information]]
{{WeaponsRelated}}

Revision as of 07:40, 1 September 2006

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Projectile
File(s): Rules(md).ini
Values: strings (names of Projectiles) / unsigned integers
Special Values: None
Default: null
Applicable to: Weapons, Maximums


As a Flag

In all rules(md).ini based C&Cs, Projectile= determines which Projectile a weapon should use.

In Red Alert, it is also a valid flag of the [[[:Template:TTL]]] section, specifying the maximum amount of projectile types that can exist at the same time. (Note: In that case, the accepted values are unsigned integers. Definitely not names of projectiles.)

As an Object

A projectile is the part of the weapon which, after graphically flying through a certain path, calls the Warhead that does the damage.

See Category: Projectile Flags for a list of flags applicable to Projectiles.


 Armament System related Flags on ModEnc