UE2:U2ShellCase (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
U2XMP Object >> Actor >> Projectile >> U2ShellCase
Package:
U2
Direct subclasses:
P_Shell, AR_Shell, SR_Shell, S_Shell

U2ShellCase.uc

Properties

Property group 'U2ShellCase'

ShellBounce

Type: Sound


Default value: Sound'U2A.Effects.ShellBounce'

ShellSplash

Type: Sound


Default value: Sound'U2A.Effects.ShellSplash'

Internal variables

bHasBounced

Type: bool


numBounces

Type: int


Default values

Functions

Events

HitWall

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

Overrides: Actor.HitWall


Landed

simulated event Landed (Object.Vector HitNormal)

Overrides: Actor.Landed


PhysicsVolumeChange

simulated event PhysicsVolumeChange (PhysicsVolume NewVolume)

Overrides: Actor.PhysicsVolumeChange


PostBeginPlay

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Timer

simulated event Timer ()

Overrides: Actor.Timer


Other instance functions

Eject

function Eject (Object.Vector Vel)