I don't need to test my programs. I have an error-correcting modem.
UE2:Projectile (U2XMP)
Contents
- Package:
- Engine
- Direct subclasses:
- ProjectileRocketGuide, U2Projectile, U2ShellCase
- This class in other games:
- RTNP, U1, UT, UE2Runtime, UT2003, U2, UT2004, UT3, UDK
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. |
Projectile.
A delayed-hit projectile that moves around for some time after it is created.
Properties[edit]
bExploded[edit]
Type: bool
NEW
Damage[edit]
Type: float
DamageRadius[edit]
Type: float
Default value: 220.0
ExplosionDecal[edit]
ExploWallOut[edit]
Type: float
distance to move explosions out from wall
ImpactSound[edit]
Type: Sound
MaxSpeed[edit]
Type: float
Limit on speed of projectile (0 means no limit)
Default value: 2000.0
MomentumTransfer[edit]
Type: float
Momentum magnitude imparted by impacting projectile.
MyDamageType[edit]
Type: class<DamageType>
Default value: Class'Engine.DamageType'
RicochetCount[edit]
Type: int
NEW (mdf) incremented when a ricochet projectile is spawned by an ImpactHandler
SpawnSound[edit]
Type: Sound
Sound made when projectile is spawned.
Speed[edit]
Type: float
Initial speed of projectile.
TossZ[edit]
Type: float
Default value: 100.0
Default values[edit]
Property | Value |
---|---|
bCanTeleport | True |
bCollideActors | True |
bCollideWorld | True |
bDisturbFluidSurface | True |
bGameRelevant | True |
bIgnoreSingularityDamage | False |
bIgnoreSingularityForces | False |
bNetTemporary | True |
bUnlit | True |
CollisionHeight | 0.0 |
CollisionRadius | 0.0 |
DrawType | DT_Mesh |
LifeSpan | 140.0 |
NetPriority | 2.5 |
Physics | PHYS_Projectile |
RemoteRole | ROLE_SimulatedProxy |
SoundVolume | 0 |
Texture | Texture'Engine.S_Camera' |
Functions[edit]
Static functions[edit]
GetTossVelocity[edit]
Events[edit]
EncroachingOn[edit]
Overrides: Actor.EncroachingOn
Replication[edit]
Overrides: Actor.Replication
Touch[edit]
Overrides: Actor.Touch