Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Actor | +-- Gameplay.Projectile | +-- Gameplay.ExplosiveProjectile | +-- Gameplay.ArcProjectile | +-- Gameplay.MortarProjectile
Variables Summary |
---|
Inherited Variables from Gameplay.ArcProjectile |
---|
bExplodeInAir, BounceVelocityModifier, bReadyToExplode, bShouldBounce, FuseTimer, lastCatapultHitTick, noBounceVelocityThreshold |
Inherited Variables from Gameplay.ExplosiveProjectile |
---|
bEndedLife, ExplosionClass, orientDecalToVelocity, radiusDamageAmt, radiusDamageMomentum, radiusDamageSize, storedDrawType |
Functions Summary |
---|
Inherited Functions from Gameplay.ArcProjectile |
---|
CalcBounceVelocity, construct, HitWall, PostNetBeginPlay, ProjectileHit, projectileTouchProcessing, ShouldHit, Tick, Timer |
Inherited Functions from Gameplay.ExplosiveProjectile |
---|
Destroyed, endLife, makeHarmless, PostBeginPlay, PostBounce, PostNetReceive, ProjectileHit, ShouldHit, triggerHitEffect |
Defaultproperties |
---|
defaultproperties { FuseTimer = 1.5 BounceVelocityModifier = 0.25 damageAmt = 0 radiusDamageAmt = 100 radiusDamageSize = 1000 radiusDamageMomentum = 250000 GravityScale = 1.0 bNetTemporary = false StaticMesh = StaticMesh'Weapons.Grenade' deathMessage = '%s copped it off %s\'s Mortar' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |