Mostly Harmless

Difference between revisions of "UE1:FlameExplosion (UT)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
m (added descriptions)
Line 6: Line 6:
 
| parent4 = Object
 
| parent4 = Object
 
}}
 
}}
{{autogenerated}}
+
An explosion effect used for the {{cl|FlakShell}} from [[Unreal]]<noinclude> (the [[UT]] version of the flak shell, {{cl|Flakslug}}, uses {{cl|UT_FlameExplosion}} instead), the {{cl|MortarShell}}s spawned on e.g. [[liandri:AS-Overlord|AS-Overlord]]</noinclude> and as effect for entering a {{cl|LavaZone}}.
FlameExplosion.
+
  
 
==Default values==
 
==Default values==
Line 73: Line 72:
 
'''Overrides:''' {{tl|PostBeginPlay|Actor|events}}
 
'''Overrides:''' {{tl|PostBeginPlay|Actor|events}}
  
<!-- enter function description -->
+
Reduces the {{tl|DrawScale||Actor properties}} to 1.4 at lower detail settings, otherwise spawns a {{cl|ShortSmokeGen}} that will generate some smoke at the explosion location. Also plays an explosion sound effect.
  
 
===Other instance functions===
 
===Other instance functions===
Line 79: Line 78:
 
{{code|function '''MakeSound''' ()}}
 
{{code|function '''MakeSound''' ()}}
  
<!-- enter function description -->
+
Plays the explosion sound.

Revision as of 09:23, 19 December 2008

UT Object >> Actor >> Effects >> AnimSpriteEffect >> FlameExplosion
Package: 
UnrealShare
This class in other games:
RTNP, U1

An explosion effect used for the FlakShell from Unreal (the UT version of the flak shell, Flakslug, uses UT_FlameExplosion instead), the MortarShells spawned on e.g. AS-Overlord and as effect for entering a LavaZone.

Default values

Property Value
bCorona False
DrawScale 2.8
DrawType DT_SpriteAnimOnce
EffectSound1 Sound'UnrealShare.General.Expl04'
LifeSpan 0.5
LightBrightness 159
LightEffect LE_NonIncidence
LightHue 32
LightRadius 8
LightSaturation 79
LightType LT_TexturePaletteOnce
NumFrames 8
Pause 0.05
RemoteRole ROLE_SimulatedProxy
Skin Texture'UnrealShare.Effects.ExplosionPal2'
Style STY_Translucent
Texture Texture'UnrealShare.FlameEffect.e_a01'

Functions

Events

PostBeginPlay

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay

Reduces the DrawScale to 1.4 at lower detail settings, otherwise spawns a ShortSmokeGen that will generate some smoke at the explosion location. Also plays an explosion sound effect.

Other instance functions

MakeSound

function MakeSound ()

Plays the explosion sound.