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

XPickups.ShieldPickup

Extends
TournamentPickup
Modifiers
abstract notplaceable

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

Direct Known Subclasses:

ShieldPack, SuperShieldPack

Variables Summary
ShieldPickup
intShieldAmount
Inherited Variables from Engine.Pickup
bAmbientGlow, bDropped, bInstantRespawn, bOnlyReplicateHidden, bPredictRespawns, InventoryType, MaxDesireability, MyMarker, PickUpBase, PickupCache, PickupForce, PickupMessage, PickupSound, RespawnEffectTime, RespawnTime, TeamOwner[4]

Functions Summary
eventfloat BotDesireability (Pawn Bot)
functionfloat DetourWeight (Pawn Other, loat PathWeight)
functionstring GetLocalString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2)
function Touch (actor Other)
Pickup
function UpdateHUD (HUD H)
Inherited Functions from XPickups.TournamentPickup
RespawnEffect
Inherited Functions from Engine.Pickup
AddToNavigation, AnnouncePickup, BeginState, BotDesireability, CheckTouching, Destroyed, DetourWeight, EndState, GetHumanReadableName, GetLocalString, GetRespawnTime, InitDroppedPickupFor, IsSuperItem, Landed, MatchStarting, ReadyToPickup, RemoveFromNavigation, Reset, RespawnEffect, SetRespawn, SpawnCopy, StartSleeping, StaticPrecache, Tick, Timer, Touch, Transmogrify, UpdateHUD, ValidTouch

States Summary
Pickup Source code
auto state Pickup
Touch


Variables Detail

ShieldPickup

ShieldAmount Source code

var(ShieldPickup) int ShieldAmount;


Functions Detail

BotDesireability Source code

event float BotDesireability ( Pawn Bot )

DetourWeight Source code

function float DetourWeight ( Pawn Other,float PathWeight )

GetLocalString Source code

static function string GetLocalString ( optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2 )

Touch Pickup Source code

function Touch ( actor Other )

UpdateHUD Source code

simulated static function UpdateHUD ( HUD H )


Defaultproperties

defaultproperties
{
     ShieldAmount=20
     MaxDesireability=1.500000
     RespawnTime=30.000000
     PickupMessage="You picked up a Shield Pack +"
     AmbientGlow=64
     CollisionHeight=23.000000
     Mass=10.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:15.687 - Created with UnCodeX