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

DruidsRPGcvs.DruidArtifactTripleDamage

Extends
ArtifactTripleDamage
Modifiers
config ( UT2004RPG )

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Inventory
      |   
      +-- Engine.Powerups
         |   
         +-- UT2004RPG.RPGArtifact
            |   
            +-- UT2004RPG.ArtifactTripleDamage
               |   
               +-- DruidsRPGcvs.DruidArtifactTripleDamage

Variables Summary
Array<class<RPGWeapon>>Invalid
Inherited Variables from UT2004RPG.ArtifactTripleDamage
LastWeapon
Inherited Variables from UT2004RPG.RPGArtifact
ActivatedTime, CostPerSec, MinActivationTime, NotEnoughAdrenalineMessage

Functions Summary
function Activate ()
functionstring GetLocalString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2)
function Tick (float deltatime)
Activated
Inherited Functions from UT2004RPG.ArtifactTripleDamage
Activate, BeginState, BotConsider, EndState, HandlePickupQuery
Inherited Functions from UT2004RPG.RPGArtifact
Activate, ArtifactIsAllowed, BotConsider, DropFrom, GetLocalString, HandlePickupQuery, NoArtifactsActive, OwnerEvent, Tick, TossArtifact, UsedUp

States Summary
Activated Source code
state Activated
Tick


Variables Detail

Invalid Source code

var config Array<class<RPGWeapon>> Invalid;


Functions Detail

Activate Source code

function Activate ( )

GetLocalString Source code

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

Tick Activated Source code

function Tick ( float deltatime )


Defaultproperties

defaultproperties
{
    Invalid[0]=class'RW_Vorpal'
    Invalid[1]=class'RW_Rage'
    CostPerSec=10
    PickupClass=Class'DruidArtifactTripleDamagePickup'
}

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