Gah - a solution with more questions. – EntropicLqd

UE3:UTPickupFactory_HealthVial (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 08:40, 23 May 2008 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> Actor >> NavigationPoint >> PickupFactory >> UTPickupFactory >> UTItemPickupFactory >> UTHealthPickupFactory >> UTPickupFactory_HealthVial
Package: 
UTGame
This class in other games:
UDK

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

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'
YawRotationRate 32000.0

Subobjects

BaseMeshComp

Class: Engine.StaticMeshComponent

Inherits from: UTHealthPickupFactory.BaseMeshComp

No new values.

CollisionCylinder

Class: Engine.CylinderComponent

Inherits from: UTHealthPickupFactory.CollisionCylinder

Property Value
CollisionHeight 20.0
CollisionRadius 30.0

HealthPickUpMesh

Class: Engine.StaticMeshComponent

Inherits from: UTHealthPickupFactory.HealthPickUpMesh

Property Value
StaticMesh StaticMesh'PICKUPS.Health_Small.Mesh.S_Pickups_Health_Small'

PathRenderer

Class: Engine.PathRenderingComponent

Inherits from: UTHealthPickupFactory.PathRenderer

No new values.

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