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

UT2004RPG.ExperiencePickup

Extends
TournamentPickup

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Pickup
      |   
      +-- XPickups.TournamentPickup
         |   
         +-- UT2004RPG.ExperiencePickup

Variables Summary
intAmount
MutUT2004RPGRPGMut
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, float PathWeight)
functionstring GetLocalString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2)
function PostBeginPlay ()
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

Amount Source code

var int Amount;

RPGMut Source code

var MutUT2004RPG RPGMut;


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 )

PostBeginPlay Source code

function PostBeginPlay ( )

Touch Pickup Source code

function Touch ( Actor Other )


Defaultproperties

defaultproperties
{
     Amount=1
     MaxDesireability=0.300000
     RespawnTime=30.000000
     PickupMessage="Experience +"
     PickupSound=Sound'PickupSounds.AdrenelinPickup'
     PickupForce="AdrenelinPickup"
     DrawType=DT_StaticMesh
     StaticMesh=StaticMesh'XPickups_rc.AdrenalinePack'
     Physics=PHYS_Rotating
     DrawScale=0.075000
     AmbientGlow=255
     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:57.984 - Created with UnCodeX