DeathEffectName Property

Usage:
   ObjectTemplate.DeathEffectName name

Argument values:

argument 1:    e_ExplGas; most commonly e_ExplGas

Used in object types (and how often in each type): PlayerControlObject (1%)

Used in one .con file: objects/Vehicles/Sea/AA_Enterprise/Objects.con

Example: (from objects/Vehicles/Sea/AA_Enterprise/Objects.con)
   ObjectTemplate.Create PlayerControlObject AA_Enterprise
   ObjectTemplate.SetSoldierExitLocation 1/0/-1.5 0/0/0
   ObjectTemplate.NetworkableInfo AA_Allies_BodyInfo
   ObjectTemplate.Geometry aa_Allies_base_M1
   ObjectTemplate.DeathEffectName e_ExplGas
   ObjectTemplate.SetHasCollisionPhysics 1
   ObjectTemplate.SetHasResponsePhysics 1
   ObjectTemplate.HasArmor 1
   ObjectTemplate.Hitpoints 15
   ObjectTemplate.Maxhitpoints 15
   ObjectTemplate.Material 45
   ObjectTemplate.AddTemplate AA_Allies_Base
   ObjectTemplate.SetPosition 0/0/0
   ObjectTemplate.SetRotation 0/0/0


Go to the ObjectTemplate properties list page, ObjectTemplate page, All Properties list, or Main scripting page.