The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:BruteProjectile (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Projectile >> BruteProjectile |
- Package:
- UnrealShare
- Direct subclass:
- MercRocket
- This class in other games:
- U1, UT
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. |
BruteProjectile.
Properties[edit]
TimerDelay[edit]
Type: float
Default values[edit]
Property | Value |
---|---|
AmbientGlow | 9 |
AmbientSound | Sound'UnrealShare.General.BRocket' |
bUnlit | True |
Damage | 30.0 |
DrawScale | 0.12 |
ImpactSound | Sound'UnrealShare.flak.Explode1' |
LifeSpan | 8.0 |
LightBrightness | 154 |
LightHue | 24 |
LightRadius | 2 |
LightSaturation | 207 |
LightType | LT_Steady |
MaxSpeed | 900.0 |
Mesh | LodMesh'UnrealShare.srocket' |
MomentumTransfer | 50000 |
RemoteRole | ROLE_SimulatedProxy |
SoundPitch | 73 |
SoundRadius | 15 |
SoundVolume | 255 |
SpawnSound | Sound'UnrealShare.Eightball.Ignite' |
Speed | 700.0 |
Texture | None |
States[edit]
Flying[edit]
Modifiers: auto
Flying.AnimEnd[edit]
simulated event AnimEnd ()
Overrides: Actor.AnimEnd (global)
Flying.BeginState[edit]
simulated event BeginState ()
Overrides: Object.BeginState (global)
Flying.Timer[edit]
simulated event Timer ()
Overrides: Actor.Timer (global)
Flying.BlowUp[edit]
function BlowUp (Object.Vector HitLocation)
Flying.Explode[edit]
simulated function Explode (Object.Vector HitLocation, Object.Vector HitNormal)
Overrides: Projectile.Explode (global)
Flying.ProcessTouch[edit]
simulated function ProcessTouch (Actor Other, Object.Vector HitLocation)
Overrides: Projectile.ProcessTouch (global)
Flying.SetUp[edit]
function SetUp ()