Gah - a solution with more questions. – EntropicLqd
UE2:PulseLineGenerator (U2XMP)
Object >> Actor >> ParticleGenerator >> PulseLineGenerator |
Contents
- 1 Properties
- 1.1 Property group 'Damage'
- 1.2 Property group 'PulseLineGenerator'
- 1.2.1 BeamColor
- 1.2.2 BeamSegLength
- 1.2.3 BeamStyle
- 1.2.4 BeamTexture
- 1.2.5 BeamTextureWidth
- 1.2.6 BeamWidth
- 1.2.7 Connections
- 1.2.8 EndBone
- 1.2.9 MeshOwner
- 1.2.10 NumBeams
- 1.2.11 SpriteJointColor
- 1.2.12 SpriteJointSize
- 1.2.13 SpriteJointStyle
- 1.2.14 SpriteJointTexture
- 1.2.15 StartBone
- 1.2.16 TemplateClass
- 1.3 Internal variables
- 1.4 Default values
- 2 Structs
- 3 Functions
- Package:
- ParticleSystems
- Known classes within PulseLineGenerator:
- PulseLineTemplate
- Direct subclasses:
- BendiBeamGenerator, ForceWallBeam, ProjectileLaserPulse
- This class in other games:
- U2
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
$Author: Aleiby $ $Date: 11/22/02 1:00a $ $Revision: 17 $ Name: PulseLineGenerator.uc Author: Aaron R Leiby Date: 15 August 2000 Description: How to use this class:
Properties[edit]
Property group 'Damage'[edit]
DamageAmount[edit]
Type: int
Default value: 1
DamageEffect[edit]
Type: string
Default value: "Sparks02.ParticleSalamander0"
DamageEvent[edit]
Type: name
DamageMomentum[edit]
Type: Object.Vector
DamageSleep[edit]
Type: float
DamageTime[edit]
Type: float
time between damage traces.
DamageType[edit]
Type: class<DamageType>
Property group 'PulseLineGenerator'[edit]
BeamColor[edit]
Type: Object.Color
Default value:
Member | Value |
---|---|
B | 255 |
G | 255 |
R | 255 |
BeamSegLength[edit]
Type: Object.Range
Default value:
Member | Value |
---|---|
A | 3.0 |
B | 8.0 |
BeamStyle[edit]
Type: Actor.ERenderStyle
Default value: STY_Translucent
BeamTexture[edit]
Type: Material
Default value: Texture'ParticleSystems.Pulse.GlowBeam'
BeamTextureWidth[edit]
Type: float
Default value: 3.0
BeamWidth[edit]
Type: Object.Range
Default value:
Member | Value |
---|---|
A | 1.0 |
B | 4.0 |
Connections[edit]
Type: array<TConnectionInfo>
EndBone[edit]
Type: string
MeshOwner[edit]
Type: Actor
NumBeams[edit]
Type: Object.Range
Default value:
Member | Value |
---|---|
A | 3.0 |
B | 3.0 |
SpriteJointColor[edit]
Type: Object.Color
Default value:
Member | Value |
---|---|
B | 128 |
G | 128 |
R | 128 |
SpriteJointSize[edit]
Type: Object.Range
Default value:
Member | Value |
---|---|
A | 4.0 |
B | 6.0 |
SpriteJointStyle[edit]
Type: Actor.ERenderStyle
Default value: STY_Translucent
SpriteJointTexture[edit]
Type: Material
Default value: Texture'ParticleSystems.Pulse.GlowFuzz'
StartBone[edit]
Type: string
TemplateClass[edit]
Type: class<ParticleTemplate>
Default value: Class'ParticleSystems.PulseLineTemplate'
Internal variables[edit]
DamageTimer[edit]
Type: float
Default values[edit]
Property | Value |
---|---|
bAlwaysRelevant | True |
bMustFace | False |
RemoteRole | ROLE_SimulatedProxy |
VisibilityHeight | 0.0 |
VisibilityRadius | 0.0 |
Structs[edit]
TConnectionInfo[edit]
Modifiers: native
- Object.Vector Start
- Object.Vector End
- float Length
- Actor StartActor
- Actor EndActor
Functions[edit]
Events[edit]
Tick[edit]
Overrides: Actor.Tick
TurnOff[edit]
Overrides: ParticleGenerator.TurnOff
TurnOn[edit]
Overrides: ParticleGenerator.TurnOn