DamageType: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(Created page with "{{KFClassInfo|Object >> Actor|name=DamageType|pkg=Engine}} Describes various attributes for a particular type of damage (for example bullets, acid, fire, etc.) such a...")
 
(No difference)

Latest revision as of 12:10, 27 November 2012

Killing Floor class DamageType (source)
Object >> Actor >> DamageType


Describes various attributes for a particular type of damage (for example bullets, acid, fire, etc.) such as character behaviour (ragdoll, etc.) and death messages.

Killing Floor provides a few of its own base classes that are derived from this:

Other weapons provide their own damage type classes.

External links