Core.Object | +--Engine.Actor | +--Engine.Pawn | +--Engine.PlayerPawn | +--UnrealShare.UnrealIPlayer | +--UnrealShare.Human
Direct Known Subclasses:Female, Male |
Function Summary | |
void |
PlayCrawling() |
void |
PlayDuck() |
void |
PlayDying(name DamageType, vector HitLoc) |
void |
PlayFeignDeath() |
void |
PlayFiring() |
void |
PlayGutHit(float tweentime) |
void |
PlayHeadHit(float tweentime) |
void |
PlayInAir() |
void |
PlayLanded(float impactVel) |
void |
PlayLeftHit(float tweentime) |
void |
PlayRecoil(float Rate) |
void |
PlayRightHit(float tweentime) |
void |
PlayRising() |
void |
PlayRunning() |
void |
PlaySwimming() |
void |
PlayTurning() //----------------------------------------------------------------------------- // Animation functions |
void |
PlayWaiting() |
void |
PlayWalking() |
void |
PlayWeaponSwitch(Weapon NewWeapon) |
void |
TweenToRunning(float tweentime) |
void |
TweenToSwimming(float tweentime) |
void |
TweenToWaiting(float tweentime) |
void |
TweenToWalking(float tweentime) |