The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:ProjectileGrenade (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> Projectile >> U2Projectile >> ProjectileGrenade
Package: 
U2Weapons

projectileGrenade.uc -- base class for all weaponGrenadeLauncher projectiles $Author: Aleiby $ $Date: 10/03/02 6:09p $ $Revision: 23 $

Properties

Sal

Type: ParticleSalamander


Default values

Property Value
AmbientRotationRate
Member Value
Roll 65536
AmbientSound Sound'U2WeaponsA.GrenadeLauncher.GL_Grenade'
bExplodeImpactSound False
bNoStaticMeshCollide True
BounceDamping 0.4
BounceSoundRadius 100.0
DamageRadius 320.0
DrawScale 2.0
DrawType DT_StaticMesh
ImpactHandlerClass Class'U2Weapons.impactGrenade'
LifeSpan 3.0
MaxSpeed 1200.0
Physics PHYS_Falling
ShakeDuration 0.5
ShakeMagnitude 60.0
ShakeRadius 1024.0
Speed 1200.0
StaticMesh StaticMesh'343M.Projectiles.Grenade'

Events

Destroyed

simulated event Destroyed ()

Overrides: U2Projectile.Destroyed


PhysicsVolumeChange

event PhysicsVolumeChange (PhysicsVolume NewVolume)

Overrides: U2Projectile.PhysicsVolumeChange


PostBeginPlay

simulated event PostBeginPlay ()

Overrides: U2Projectile.PostBeginPlay


Replication

event Replication ()

Overrides: Projectile.Replication