I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:PROJ_Sentinel_Laser (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Projectile >> PROJ_Sentinel_Laser
Package: 
UT2k4Assault
Direct subclass:
PROJ_Sentinel_Laser_Red

PROJ_Sentinel_Laser Created by Laurent Delayen © 2003, Epic Games, Inc. All Rights Reserved

Properties

Laser

Type: FX_Laser_Blue


LaserClass

Type: class<FX_Laser_Blue>

Human

Default value: Class'UT2k4Assault.FX_Laser_Blue'

Default values

Property Value
AmbientSound Sound'WeaponSounds.ShockRifle.LinkGunProjectile'
Damage 20.0
DrawType DT_None
ForceRadius 30.0
ForceScale 5.0
ForceType FT_Constant
LifeSpan 3.0
MaxSpeed 8000.0
MomentumTransfer 1000.0
MyDamageType Class'UT2k4Assault.DamTypeSentinelLaser'
SoundRadius 50.0
SoundVolume 255
Speed 4000.0

Functions

Events

Destroyed

simulated event Destroyed ()

Overrides: Actor.Destroyed


EncroachingOn

event bool EncroachingOn (Actor Other)

Overrides: Projectile.EncroachingOn


PostNetBeginPlay

simulated event PostNetBeginPlay ()

Overrides: Actor.PostNetBeginPlay


Other instance functions

Explode

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

Overrides: Projectile.Explode


ProcessTouch

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

Overrides: Projectile.ProcessTouch


SetupProjectile

simulated function SetupProjectile ()


SpawnExplodeFX

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