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

XPickups.SuperShieldPack

Extends
ShieldPickup
Modifiers
notplaceable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Pickup
      |   
      +-- XPickups.TournamentPickup
         |   
         +-- XPickups.ShieldPickup
            |   
            +-- XPickups.SuperShieldPack

Variables Summary
Inherited Variables from XPickups.ShieldPickup
ShieldAmount

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


Functions Detail

StaticPrecache Source code

static function StaticPrecache ( LevelInfo L) )


Defaultproperties

defaultproperties
{
    RespawnTime=60.000000
    PickupMessage="You picked up a Super Shield Pack +"
    Physics=PHYS_Rotating
	RotationRate=(Yaw=24000)
    DrawScale=0.6
    PickupSound=sound'PickupSounds.LargeShieldPickup'
    PickupForce="LargeShieldPickup"  
    DrawType=DT_StaticMesh
    StaticMesh=StaticMesh'E_Pickups.SuperShield'
    CollisionRadius=32.0
    ShieldAmount=100
    Style=STY_AlphaZ
    ScaleGlow=0.6
    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.841 - Created with UnCodeX