ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "DetonationAltitude"

From ModEnc
Jump to: navigation, search
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
+
Specifies the height above the ground, in leptons, that a projectile which also has {{Tt|[[Vertical]]}} set has to reach in order to detonate. Such a projectile will detonate instantly when attaining this altitude, or if spawned at, or above, it, in short, at any time when existing above this altitude. To be safe, this value should therefore always be set to something higher than the altitude of the firer (and hence the altitude at which the projectile is created), unless one desires to create a projectile which instantly detonates upon being fired.  
Specifies the height above the ground, in leptons, that this projectile is 'created'. This is special case logic used for Vertical=yes projectiles, in order to prevent a premature explosion before it leaves the firer or before it hits the ground or target.
+
 
 +
==Notes==
 +
* DetonationAltitude defaults to 0; so consequently, any Vertical=yes projectile on which it is omitted will behave exactly as a projectile with a DetonationAltitude of 0, exploding instantly upon being spawned (unless one would manage to spawn a projectile below ground altitude.
 +
* DetonationAltitude can be set on other projectiles and will cause the expected effect, causing them to detonate when reaching a certain altitude.  
 +
 
 +
==See also==
 +
* [[Vertical]]
 +
* [[Dropping]]

Latest revision as of 14:19, 1 May 2015

Specifies the height above the ground, in leptons, that a projectile which also has Vertical set has to reach in order to detonate. Such a projectile will detonate instantly when attaining this altitude, or if spawned at, or above, it, in short, at any time when existing above this altitude. To be safe, this value should therefore always be set to something higher than the altitude of the firer (and hence the altitude at which the projectile is created), unless one desires to create a projectile which instantly detonates upon being fired.

Notes

  • DetonationAltitude defaults to 0; so consequently, any Vertical=yes projectile on which it is omitted will behave exactly as a projectile with a DetonationAltitude of 0, exploding instantly upon being spawned (unless one would manage to spawn a projectile below ground altitude.
  • DetonationAltitude can be set on other projectiles and will cause the expected effect, causing them to detonate when reaching a certain altitude.

See also