Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:GlassCollider (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:10, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2XMP Object >> Force >> GeometryCollider >> GlassCollider

Contents

Package: 
ParticleSystems
Within class: 
BreakableGlass

$Author: Mfox $ $Date: 8/16/02 6:33p $ $Revision: 5 $ Name: GlassCollider.uc Author: Aaron R Leiby Date: 17 July 2000 Description: How to use this class:

[edit] Properties

[edit] Property group 'GlassCollider'

[edit] ImpactGlassSounds

Type: Sound

Array size: 6


Default value, index 0: Sound'ParticleSystems.Glass.GlassBreak_01'

Default value, index 1: Sound'ParticleSystems.Glass.GlassBreak_02'

Default value, index 2: Sound'ParticleSystems.Glass.GlassBreak_03'

Default value, index 3: Sound'ParticleSystems.Glass.GlassBreak_04'

Default value, index 4: Sound'ParticleSystems.Glass.GlassBreak_05'

Default value, index 5: Sound'ParticleSystems.Glass.GlassBreak_06'

[edit] Internal variables

[edit] S

Type: SoundHolder


[edit] Default values

Property Value
bCollisionNotify True
Elasticity
Member Value
A 0.8
B 0.6
NotificationsPerTick 5

[edit] Events

[edit] CollisionNotification

simulated event CollisionNotification (Object.ParticleHandle P, Actor.CheckResult Hit)

Overrides: GeometryCollider.CollisionNotification