UE1:BabyCow (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UT Object >> Actor >> Pawn >> ScriptedPawn >> Cow >> BabyCow
Package:
UnrealShare
This class in other games:

BabyCow. Don't add to world directly. Rather, set bHasBaby of an adult cow.

Properties

mom

Type: Cow


Default values

Property Value
CollisionHeight 16.0
CollisionRadius 24.0
DrawScale 0.5
Health 40
Mass 70.0

Instance functions

FollowMom

function FollowMom ()


PlayRunning

function PlayRunning ()

Overrides: Cow.PlayRunning


PlayWalking

function PlayWalking ()

Overrides: Cow.PlayWalking


States

Grazing

Grazing.Bump

event Bump (Actor Other)

Overrides: Cow.Grazing.Bump


Grazing.TakeDamage

event TakeDamage (int Damage, Pawn instigatedBy, Object.Vector hitlocation, Object.Vector momentum, name damageType)

Overrides: Cow.Grazing.TakeDamage


Grazing.PickDestination

function PickDestination ()

Overrides: Cow.Grazing.PickDestination