Mostly Harmless
UE1:Rocket (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Projectile >> Rocket |
Contents
- Package:
- UnrealShare
- This class in other games:
- RTNP, U1
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. |
rocket.
Properties
bHitWater
Type: bool
bRing
Type: bool
bWaterStart
Type: bool
Count
Type: float
InitialDir
Type: Object.Vector
MagnitudeVel
Type: float
NumExtraRockets
Type: int
Seeking
Type: Actor
SmokeRate
Type: float
Default values
Property | Value |
---|---|
AmbientGlow | 96 |
AmbientSound | Sound'UnrealShare.General.Brufly1' |
AnimSequence | 'Armed' |
bBounce | True |
bCorona | True |
bUnlit | True |
Damage | 85.0 |
DrawScale | 0.05 |
ImpactSound | Sound'UnrealShare.Eightball.GrenadeFloor' |
LifeSpan | 6.0 |
LightBrightness | 126 |
LightEffect | LE_NonIncidence |
LightHue | 28 |
LightRadius | 6 |
LightSaturation | 64 |
LightType | LT_Steady |
MaxSpeed | 1600.0 |
Mesh | LodMesh'UnrealShare.RocketM' |
MomentumTransfer | 80000 |
RemoteRole | ROLE_SimulatedProxy |
Skin | FireTexture'UnrealShare.Effect16.fireeffect16' |
SoundRadius | 9 |
SoundVolume | 255 |
SpawnSound | Sound'UnrealShare.Eightball.Ignite' |
Speed | 900.0 |
Events
PostBeginPlay
simulated event PostBeginPlay ()
Overrides: Actor.PostBeginPlay
Tick
simulated event Tick (float DeltaTime)
Overrides: Actor.Tick
States
Flying
Modifiers: auto
Flying.BeginState
event BeginState ()
Overrides: Object.BeginState (global)
Flying.ZoneChange
simulated event ZoneChange (ZoneInfo NewZone)
Overrides: Actor.ZoneChange (global)
Flying.BlowUp
function BlowUp (Object.Vector HitLocation, RingExplosion r)
Flying.Explode
simulated function Explode (Object.Vector HitLocation, Object.Vector HitNormal)
Overrides: Projectile.Explode (global)
Flying.ProcessTouch
simulated function ProcessTouch (Actor Other, Object.Vector HitLocation)
Overrides: Projectile.ProcessTouch (global)