My program doesn't have bugs. It just develops random features.

UE2:ParticleSalamander (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> ParticleGenerator >> ParticleSalamander
Package: 
ParticleSystems
This class in other games:
U2

$Author: Sbrown $ $Date: 2/06/02 8:47p $ $Revision: 3 $ Name: ParticleSalamander.uc Author: Aaron R Leiby Date: 10 March 2000 Description: A Salamander is an elemental being in the theory of Paracelsus inhabiting fire. A Salamander is also a type of kerosene heater used for heating up large areas -- like a warehouse or a circus tent. What does this have to do with particles you ask? Very little. But it's a cool name, no? Basically, a ParticleSalamander is like a nozzel on the end of a hose which sprays out particles of various types (as specified by the LD). How to use this class:

Properties[edit]

Property group 'ParticleSalamander'[edit]

bLOSClip[edit]

Type: bool

Modifiers: public

Clip using line of sight check?

EmisionOffset[edit]

Type: Object.Range

Modifiers: public

Distance from the center that particle are emmitted from.

MinVolume[edit]

Type: float

Modifiers: public

Minimum volume that Level->Engine-Client->ParticleDensity is allowed to scale us to.

Spread[edit]

Type: float

Modifiers: public


Volume[edit]

Type: float

Modifiers: public

Number of particles emitted per second.

VolumeScalePct[edit]

Type: float

Modifiers: public


Internal variables[edit]

ParticleTimer[edit]

Type: float

Modifiers: private

Used internally to collect "emission residue" <-- fancy term for rounding errors between ticks.

Default values[edit]

Property Value
bDirectional True
DrawScale 0.25
Texture Texture'ParticleSystems.Icons.S_ParticleSalamander'

Events[edit]

TurnOn[edit]

simulated event TurnOn ()

Overrides: ParticleGenerator.TurnOn