Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XPickups.SuperHealthPack

Extends
TournamentHealth
Modifiers
notplaceable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Pickup
      |   
      +-- XPickups.TournamentPickup
         |   
         +-- XPickups.TournamentHealth
            |   
            +-- XPickups.SuperHealthPack

Variables Summary
Inherited Variables from XPickups.TournamentHealth
bSuperHeal, HealingAmount

Functions Summary
function StaticPrecache (LevelInfo L))
Inherited Functions from XPickups.TournamentHealth
BotDesireability, DetourWeight, GetHealMax, GetLocalString, Touch, UpdateHUD
Inherited Functions from XPickups.TournamentPickup
RespawnEffect


Functions Detail

StaticPrecache Source code

static function StaticPrecache ( LevelInfo L) )


Defaultproperties

defaultproperties
{
    PickupMessage="You picked up a Big Keg O' Health +"
    MaxDesireability=2.0
    RespawnTime=60.000000
    bSuperHeal=true
    Physics=PHYS_Rotating
	RotationRate=(Yaw=2000)
    DrawScale=0.4
    PickupSound=sound'PickupSounds.LargeHealthPickup'
    PickupForce="LargeHealthPickup"  
    DrawType=DT_StaticMesh
    StaticMesh=StaticMesh'E_Pickups.SuperKeg'
    CollisionRadius=42.0
    HealingAmount=100
    Style=STY_AlphaZ
    ScaleGlow=0.6
    bPredictRespawns=true
	bUnlit=true
    bAmbientGlow=false
    AmbientGlow=64
    TransientSoundRadius=450.0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:23.825 - Created with UnCodeX