I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:TazerProj (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Projectile >> TazerProj |
- 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. |
TazerProj.
Default values
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
bFixedRotationDir | True | ||||||||
bNetTemporary | False | ||||||||
bProjTarget | True | ||||||||
bUnlit | True | ||||||||
CollisionHeight | 12.0 | ||||||||
CollisionRadius | 12.0 | ||||||||
Damage | 55.0 | ||||||||
DesiredRotation |
|
||||||||
ImpactSound | Sound'UnrealShare.General.Expla02' | ||||||||
LifeSpan | 10.0 | ||||||||
LightBrightness | 101 | ||||||||
LightEffect | LE_NonIncidence | ||||||||
LightHue | 165 | ||||||||
LightRadius | 6 | ||||||||
LightSaturation | 72 | ||||||||
LightType | LT_Steady | ||||||||
Mesh | LodMesh'UnrealShare.TazerProja' | ||||||||
MomentumTransfer | 70000 | ||||||||
RemoteRole | ROLE_SimulatedProxy | ||||||||
RotationRate |
|
||||||||
Speed | 1000.0 |
Instance functions
Explode
function Explode (Object.Vector HitLocation, Object.Vector HitNormal)
Overrides: Projectile.Explode
SuperExplosion
function SuperExplosion ()
States
Flying
Modifiers: auto
Flying.BeginState
event BeginState ()
Overrides: Object.BeginState (global)
Flying.ProcessTouch
function ProcessTouch (Actor Other, Object.Vector HitLocation)
Overrides: Projectile.ProcessTouch (global)