Gah - a solution with more questions. – EntropicLqd

UE1:StingerProjectile (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> Actor >> Projectile >> StingerProjectile
Package: 
UnrealShare
This class in other games:
RTNP, UT

StingerProjectile.

Properties

bLighting

Type: bool


DelayTime

Type: float


Default values

Property Value
AmbientGlow 215
AnimRate 1.0
bBounce True
bNoSmooth True
bUnlit True
Damage 14.0
ImpactSound Sound'UnrealShare.Stinger.Ricochet'
LifeSpan 6.0
LightBrightness 80
LightEffect LE_NonIncidence
LightHue 152
LightPeriod 50
LightRadius 5
LightSaturation 32
LightType LT_Steady
Mass 2.0
Mesh LodMesh'UnrealShare.TarydiumProjectile'
MiscSound Sound'UnrealShare.Razorjack.BladeHit'
MomentumTransfer 4000
RemoteRole ROLE_SimulatedProxy
Speed 1600.0

Functions

Events

AnimEnd

simulated event AnimEnd ()

Overrides: Actor.AnimEnd


Other instance functions

Explode

simulated function Explode (Object.Vector HitLocation, Object.Vector HitNormal)

Overrides: Projectile.Explode


States

Flying

Modifiers: auto

Flying.BeginState

event BeginState ()

Overrides: Object.BeginState (global)


Flying.HitWall

simulated event HitWall (Object.Vector HitNormal, Actor Wall)

Overrides: Projectile.HitWall (global)


Flying.Timer

simulated event Timer ()

Overrides: Actor.Timer (global)


Flying.ZoneChange

simulated event ZoneChange (ZoneInfo NewZone)

Overrides: Actor.ZoneChange (global)


Flying.ProcessTouch

simulated function ProcessTouch (Actor Other, Object.Vector HitLocation)

Overrides: Projectile.ProcessTouch (global)