Always snap to grid

UE1:Projectile (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Actor >> Projectile
Package: 
Engine
Direct subclasses:
Arc, Arrow, BigRock, BioGel, BruteProjectile, CARTracer, EnergyBolt, Chunk, DispersionAmmo, ExplosiveBullet, FlakShell, ForceFieldProj, Fragment, GLGrenade, GasbagBelch, Grenade, Tracer, KraalBolt, PeaceRocket, Plasma, RazorBlade, Rocket, ShellCase, SkaarjProjectile, SlithProjectile, SpinnerProjectile, StingerProjectile, TazerProj, TentacleProjectile, UPakRocket, WarlordRocket
This class in other games:
U1, UT, U2XMP, UE2Runtime, UT2003, U2, UT2004, UT3, UDK

Projectile.

A delayed-hit projectile moves around for some time after it is created. An instant-hit projectile acts immediately.

Properties

Property group 'Projectile'

Damage

Type: float


ExploWallOut

Type: float


ImpactSound

Type: Sound

Sound made when projectile hits something.

MaxSpeed

Type: float


Default value: 2000.0

MiscSound

Type: Sound

Miscellaneous Sound.

MomentumTransfer

Type: int

Momentum imparted by impacting projectile.

MyDamageType

Type: name


SpawnSound

Type: Sound

Sound made when projectile is spawned.

Speed

Type: float

Initial speed of projectile.

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'

Functions

Events

EncroachingOn

event bool EncroachingOn (Actor Other)

Overrides: Actor.EncroachingOn


HitWall

simulated event HitWall (Object.Vector HitNormal, Actor Wall)

Overrides: Actor.HitWall


Touch

simulated singular event Touch (Actor Other)

Overrides: Actor.Touch


Other instance functions

Explode

simulated function Explode (Object.Vector HitLocation, Object.Vector HitNormal)


ProcessTouch

simulated function ProcessTouch (Actor Other, Object.Vector HitLocation)


RandSpin

simulated final function RandSpin (float spinRate)