I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:FlameThrower (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Actor >> Effects >> FlameThrower
Package: 
UDSDemo

FlameThrower.

Properties[edit]

Property group 'FlameThrower'[edit]

FlameExpandRate[edit]

Type: float

How fast should it expand.

FlameMaxSize[edit]

Type: float

How big should the flame expand

FlamePeriod[edit]

Type: float

Spawn a burst every X seconds

Default value: 0.35

FlameStartSize[edit]

Type: float

How big is the flame to begin with

FlameTime[edit]

Type: int

How long should it send out flames.

Default value: 15

Internal variables[edit]

FlameStartTime[edit]

Type: float


Default values[edit]

Property Value
AmbientGlow 183
bDirectional True
bHidden True
bMovable False
DrawType DT_Sprite
LightBrightness 64
LightCone 128
LightPeriod 32
LightRadius 32
LightSaturation 128
VolumeBrightness 64

States[edit]

Active[edit]

Active.Trigger[edit]

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger (global)


Active.FlameIt[edit]

function FlameIt ()


Inactive[edit]

Inactive.Trigger[edit]

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger (global)


Start[edit]

Modifiers: auto