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

UE3:UTHealthPickupFactory (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> NavigationPoint >> PickupFactory >> UTPickupFactory >> UTItemPickupFactory >> UTHealthPickupFactory
Package: 
UTGame
Direct subclasses:
UTPickupFactory_MediumHealth, UTPickupFactory_HealthVial, UTPickupFactory_SuperHealth
This class in other games:
UDK

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Properties

bSuperHeal

Type: bool


HealingAmount

Type: int


Default value: 20

Default values

Property Value
BaseBrightEmissive
Member Value
A 1.0
B 10.0
G 50.0
R 2.0
BaseDimEmissive
Member Value
A 0.0
B 1.0
G 5.0
R 0.2
bTrackPickup True
Components[4] StaticMeshComponent'HealthPickUpMesh'
MaxDesireability 0.7
PickupMessage "Health Pack"
PickupStatName 'PICKUPS_HEALTH'
RespawnSound SoundCue'A_Pickups.Health.Cue.A_Pickups_Health_Respawn_Cue'

Subobjects

BaseMeshComp

Class: Engine.StaticMeshComponent

Inherits from: UTItemPickupFactory.BaseMeshComp

No new values.

CollisionCylinder

Class: Engine.CylinderComponent

Inherits from: UTItemPickupFactory.CollisionCylinder

No new values.

HealthPickUpMesh

Class: Engine.StaticMeshComponent

Property Value
bCastDynamicShadow False
bForceDirectLightMap True
BlockActors False
BlockRigidBody False
bUseAsOccluder False
CachedCullDistance 4500.0
CastShadow False
CollideActors False
CullDistance 4500.0
LightEnvironment DynamicLightEnvironmentComponent'UTGame.Default__UTHealthPickupFactory:PickupLightEnvironment'

PathRenderer

Class: Engine.PathRenderingComponent

Inherits from: UTItemPickupFactory.PathRenderer

No new values.

PickupLightEnvironment

Class: Engine.DynamicLightEnvironmentComponent

Inherits from: UTItemPickupFactory.PickupLightEnvironment

No new values.

Functions

Static functions

UpdateHUD

simulated static function UpdateHUD (UTHUD H)

Overrides: UTPickupFactory.UpdateHUD


Instance functions

BotDesireability

function float BotDesireability (Pawn P, Controller C)

Overrides: UTItemPickupFactory.BotDesireability


HealAmount

function int HealAmount (Pawn Recipient)


SpawnCopyFor

function SpawnCopyFor (Pawn Recipient)

Overrides: UTItemPickupFactory.SpawnCopyFor

Give the benefit of this pickup to the recipient

States

Pickup

Inherits from: UTPickupFactory.Pickup

Modifiers: auto

Pickup.DetourWeight

event float DetourWeight (Pawn Other, float PathWeight)

Overrides: PickupFactory.Pickup.DetourWeight


Pickup.ValidTouch

function bool ValidTouch (Pawn Other)

Overrides: PickupFactory.Pickup.ValidTouch