My program doesn't have bugs. It just develops random features.
UE1:Projectile (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
- Package:
- Engine
- Direct subclasses:
- Arc, Arrow, BigRock, BioGel, BruteProjectile, Chunk, DispersionAmmo, EnergyBolt, FlakShell, ForceFieldProj, Fragment, GasbagBelch, Grenade, KraalBolt, PeaceRocket, Plasma, RazorBlade, Rocket, ShellCase, SkaarjProjectile, SlithProjectile, StingerProjectile, TazerProj, TentacleProjectile, Tracer, WarlordRocket
- This class in other games:
- RTNP, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT2004, UT3
| This is an auto-generated page and may need human attention. Please remove this 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 moves around for some time after it is created. An instant-hit projectile acts immediately.
[edit] Properties
[edit] Property group 'Projectile'
[edit] Damage
Type: float
[edit] ExploWallOut
Type: float
[edit] ImpactSound
Type: Sound
Sound made when projectile hits something.
[edit] MaxSpeed
Type: float
Default value: 2000.0
[edit] MiscSound
Type: Sound
Miscellaneous Sound.
[edit] MomentumTransfer
Type: int
Momentum imparted by impacting projectile.
[edit] MyDamageType
Type: name
[edit] SpawnSound
Type: Sound
Sound made when projectile is spawned.
[edit] Speed
Type: float
Initial speed of projectile.
[edit] Default values
| Property | Value |
|---|---|
| bCollideActors | True |
| bCollideWorld | True |
| bDirectional | True |
| bGameRelevant | True |
| bNetTemporary | True |
| bReplicateInstigator | True |
| CollisionHeight | 0.0 |
| CollisionRadius | 0.0 |
| DrawType | DT_Mesh |
| LifeSpan | 140.0 |
| NetPriority | 6.0 |
| Physics | PHYS_Projectile |
| SoundVolume | 0 |
| Texture | Texture'Engine.S_Camera' |
[edit] Functions
[edit] Events
[edit] EncroachingOn
Overrides: Actor.EncroachingOn
[edit] HitWall
simulated event HitWall (Object.Vector HitNormal, Actor Wall)
Overrides: Actor.HitWall
[edit] Touch
simulated singular event Touch (Actor Other)
Overrides: Actor.Touch
[edit] Other instance functions
[edit] Explode
simulated function Explode (Object.Vector HitLocation, Object.Vector HitNormal)
[edit] ProcessTouch
simulated function ProcessTouch (Actor Other, Object.Vector HitLocation)
[edit] RandSpin
simulated final function RandSpin (float spinRate)
