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

UE2:EarthquakeTrigger (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2 Object >> Actor >> Triggers >> Trigger >> EarthquakeTrigger
Package: 
Legend
This class in other games:
U2XMP

EarthquakeTrigger.uc $Author: Mfox $ $Date: 7/29/02 7:58p $ $Revision: 8 $

Properties

Property group 'EarthquakeTrigger'

AmbientSoundStr

Type: string

sound for duration of quake

BaseTossMagnitude

Type: float

toss Magnitudenitude at epicenter, 0 at radius

Default value: 2500000.0

bTossNPCs

Type: bool

if true, NPCs in area are tossed around

Default value: True

bTossPCs

Type: bool

if true, PCs in area are tossed around

Default value: True

Duration

Type: float

how long quake should last

Default value: 10.0

MaxTossedMass

Type: float

if bTossPawns true, only pawns <= this mass are tossed

Default value: 500.0

Radius

Type: float

radius of quake

Default value: 2048.0

ShakeMagnitude

Type: float

roll Magnitudenitude at epicenter, 0 at radius

Default value: 60.0

ShakeSoundStr

Type: string

sound for each shake

TimeBetweenShakes

Type: float

time between each shake

Default value: 0.5

Internal variables

TimeRemaining

Type: float

Modifiers: private


Default values

Property Value
InitialState '
Texture Texture'Legend.S_QuakeTrigger'

States

Waiting

Waiting.Timer

event Timer ()

Overrides: Trigger.Timer (global)


Waiting.Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger (global)


Waiting.ShakePawn

function ShakePawn (Pawn P)