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

XPickups.AdrenalinePickup

Extends
TournamentPickup

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

Variables Summary
floatAdrenalineAmount
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)
function Touch (actor Other)
Pickup
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

AdrenalineAmount Source code

var float AdrenalineAmount;


Functions Detail

BotDesireability Source code

event float BotDesireability ( Pawn Bot )

DetourWeight Source code

function float DetourWeight ( Pawn Other,float PathWeight )

Touch Pickup Source code

function Touch ( actor Other )


Defaultproperties

defaultproperties
{
     AdrenalineAmount=2.000000
     MaxDesireability=0.300000
     RespawnTime=30.000000
     PickupMessage="Adrenaline "
     PickupSound=Sound'PickupSounds.AdrenelinPickup'
     PickupForce="AdrenelinPickup"
     DrawType=DT_StaticMesh
     StaticMesh=StaticMesh'XPickups_rc.AdrenalinePack'
     CullDistance=5500.000000
     Physics=PHYS_Rotating
     DrawScale=0.070000
     AmbientGlow=128
     ScaleGlow=0.600000
     Style=STY_AlphaZ
     CollisionRadius=32.000000
     CollisionHeight=23.000000
     Mass=10.000000
     RotationRate=(Yaw=24000)
}

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