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
    PickupMessage="You picked up a Shield Pack +"
    RespawnTime=30.000000
    MaxDesireability=1.500000
    RemoteRole=ROLE_DumbProxy
    AmbientGlow=64
    CollisionRadius=22.000000
    CollisionHeight=23.000000
    Mass=10.000000
}

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