I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:DamageType (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> Actor >> DamageType
Package: 
Engine
Direct subclass:
UnrealDamageType
This class in other games:
RTNP, UT, U2XMP, U2, UE2Runtime, UT2003, UT2004, UDK, UT3

DamageType, the base class of all damagetypes. this and its subclasses are never spawned, just used as information holders

Properties

Property group 'DamageType'

AltName

Type: string

Modifiers: localized

Alternative description.

Default value: "killed"

DamageEffect

Type: class<Effects>

Special effect.

Name

Type: string

Modifiers: localized

Description of damage.

ViewFlash

Type: float

View flash to play.

ViewFog

Type: Object.Vector

View fog to play.

Static functions

DeathMessage

static function string DeathMessage ()