Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Gameplay.MortarProjectile

Extends
ArcProjectile

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
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:32.685 - Created with UnCodeX