The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:ParticleDamage (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2XMP Object >> Force >> ActorCollisionNotifier >> ParticleDamage

Contents

Package: 
ParticleSystems
Within class: 
ParticleGenerator
Direct subclasses:
FT_ParticleDamage, LG_ParticleDamage
This class in other games:
U2

$Author: Mfox $ $Date: 11/04/02 7:24p $ $Revision: 3 $ Name: ParticleDamage.uc Author: Aaron R Leiby Date: 22 January 2001 Description: How to use this class:

[edit] Properties

[edit] Property group 'ParticleDamage'

[edit] AdditionalMomentum

Type: Object.Vector


[edit] Damage

Type: int

per particle

Default value: 1

[edit] DamageType

Type: class<DamageType>


Default value: Class'Engine.DamageTypeParticle'

[edit] Momentum

Type: float


[edit] Events

[edit] NotifyPenetratingActor

event NotifyPenetratingActor (Actor Other, int NumParticles, Object.Vector Origin)

Overrides: ActorCollisionNotifier.NotifyPenetratingActor