I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:RTPawn (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> Actor >> Pawn >> RTPawn
Package: 
Runtime

RTPawn

Properties

bBlobShadow

Type: bool

Modifiers: globalconfig


bPlayerShadows

Type: bool

Modifiers: globalconfig


Shadow

Type: ShadowProjector

Warning override of Pawn variable because the pawn Shadow is just a projector

Default values

Property Value
bActorShadows True
BaseEyeHeight 128.0
bCanCrouch True
bPhysicsAnimUpdate True
Mesh SkeletalMesh'RT_Box_K.BoxModel'
MovementAnims[0] 'boxrun'
MovementAnims[1] 'boxrun'
MovementAnims[2] 'boxrun'
MovementAnims[3] 'boxrun'
Skins[0] Texture'RT_BoxSkins_T.All.GreySkin'
TurnLeftAnim 'boxrun'
TurnRightAnim 'boxrun'

Functions

Events

Bump

event Bump (Actor other)

Overrides: Actor.Bump


PostBeginPlay

simulated event PostBeginPlay ()

Overrides: Pawn.PostBeginPlay


TakeDamage

event TakeDamage (int Damage, Pawn EventInstigator, Object.Vector HitLocation, Object.Vector Momentum, class<DamageTypeDamageType)

Overrides: Pawn.TakeDamage


Other instance functions

AnimateCrouchWalking

simulated function AnimateCrouchWalking ()


AnimateFlying

simulated function AnimateFlying ()


AnimateRunning

simulated function AnimateRunning ()


AnimateWalking

simulated function AnimateWalking ()


PlayMoving

simulated function PlayMoving ()

Overrides: Pawn.PlayMoving


PlayWaiting

simulated function PlayWaiting ()

Overrides: Pawn.PlayWaiting