Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:U2FlashLight (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> Pickup >> U2FlashLight
Package: 
U2

$Author: Sbrown $ $Date: 8/17/02 19:17 $ $Revision: 7 $ Name: U2FlashLight.uc Author: Aaron R Leiby Date: 4 August 2000 Description: How to use this class: Todo:

Implement recharge time.

Properties

Beam1

Type: U2FlashLightBeam1


Beam2

Type: U2FlashLightBeam2


Default values

Property Value
AmbientGlow 96
bNoStaticMeshCollide True
CollisionHeight 4.0
DrawType DT_StaticMesh
LightBrightness 100
LightHue 33
LightRadius 7
LightSaturation 187
PickupMessage "You picked up the flashlight"
RemoteRole ROLE_DumbProxy
RespawnTime 40.0
StaticMesh StaticMesh'VertexM.Decorations.Xmesh'

Instance functions

CreateComponents

simulated function CreateComponents ()


DestroyComponents

simulated function DestroyComponents ()


UpdateComponents

simulated function UpdateComponents ()


States

Activated

Modifiers: simulated

Activated.BeginState

simulated event BeginState ()

Overrides: Object.BeginState (global)


Activated.EndState

simulated event EndState ()

Overrides: Object.EndState (global)


Activated.Tick

simulated event Tick (float DeltaTime)

Overrides: Actor.Tick (global)


DeActivated

Modifiers: simulated