UE3:UTPickupFactory_HealthVial (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> Actor >> NavigationPoint >> PickupFactory >> UTPickupFactory >> UTItemPickupFactory >> UTHealthPickupFactory >> UTPickupFactory_HealthVial
Package:
UTGame
This class in other games:


Properties

AdjacentVials

Type: array<UTPickupFactory_HealthVial>

list of adjacent vials; used to adjust AI ratings for vial groups

Default values

Property Value
bFloatingPickup True
BobOffset 5.0
BobSpeed 4.0
bRandomStart True
bRotatingPickup True
bSuperHeal True
HealingAmount 5
MaxDesireability 0.3
PickupMessage "Health Vial"
PickupSound SoundCue'A_Pickups.Health.Cue.A_Pickups_Health_Small_Cue_Modulated'
PickUpWaveForm ForceFeedbackWaveform'UTGame.Default__UTPickupFactory_HealthVial:ForceFeedbackWaveformPickUp'
YawRotationRate 32000.0

Subobjects

BaseMeshComp

Class: Engine.StaticMeshComponent

Inherits from: UTHealthPickupFactory.BaseMeshComp

Property Value
ReplacementPrimitive None

CollisionCylinder

Class: Engine.CylinderComponent

Inherits from: UTHealthPickupFactory.CollisionCylinder

Property Value
CollisionHeight 20.0
CollisionRadius 30.0
ReplacementPrimitive None

HealthPickUpMesh

Class: Engine.StaticMeshComponent

Inherits from: UTHealthPickupFactory.HealthPickUpMesh

Property Value
ReplacementPrimitive None
StaticMesh StaticMesh'Pickups.Health_Small.Mesh.S_Pickups_Health_Small'

PathRenderer

Class: Engine.PathRenderingComponent

Inherits from: UTHealthPickupFactory.PathRenderer

Property Value
ReplacementPrimitive None

PickupLightEnvironment

Class: Engine.DynamicLightEnvironmentComponent

Inherits from: UTHealthPickupFactory.PickupLightEnvironment

No new values.

Functions

Events

PostBeginPlay

simulated event PostBeginPlay ()

Overrides: UTPickupFactory.PostBeginPlay


Other instance functions

BotDesireability

function float BotDesireability (Pawn P, Controller C)

Overrides: UTHealthPickupFactory.BotDesireability


FindAdjacentVials

function FindAdjacentVials (out array<UTPickupFactory_HealthVialInAdjacentVials, UTPickupFactory_HealthVial InitialCaller)

adds all adjacent vials to the given array recursive, so it detects strung out vial groups and such

SpawnCopyFor

function SpawnCopyFor (Pawn Recipient)

Overrides: UTHealthPickupFactory.SpawnCopyFor

Give the benefit of this pickup to the recipient

States

Pickup

Inherits from: UTHealthPickupFactory.Pickup

Modifiers: auto

Pickup.DetourWeight

event float DetourWeight (Pawn Other, float PathWeight)

Overrides: UTHealthPickupFactory.Pickup.DetourWeight