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

UT2004RPG.ArtifactInvulnerability

Extends
RPGArtifact

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Inventory
      |   
      +-- Engine.Powerups
         |   
         +-- UT2004RPG.RPGArtifact
            |   
            +-- UT2004RPG.ArtifactInvulnerability

Variables Summary
MaterialEffectOverlay
ControllerInstigatorController
Inherited Variables from UT2004RPG.RPGArtifact
ActivatedTime, CostPerSec, MinActivationTime, NotEnoughAdrenalineMessage
Inherited Variables from Engine.Powerups
ActivateSound, bActivatable, bActive, bAutoActivate, bCanHaveMultipleCopies, DeActivateSound, ExpireMessage, NumCopies

Functions Summary
function BeginState ()
Activated
function BotConsider ()
function EndState ()
Activated
Inherited Functions from UT2004RPG.RPGArtifact
Activate, ArtifactIsAllowed, BotConsider, DropFrom, GetLocalString, HandlePickupQuery, NoArtifactsActive, OwnerEvent, Tick, TossArtifact, UsedUp
Inherited Functions from Engine.Powerups
Activate, BeginState, EndState, FireEffect, GetLocalString, HandlePickupQuery, PickupFunction, SelectNext, TravelPreAccept, UseCharge, UsedUp

States Summary
Activated Source code
state Activated
BeginState, EndState


Variables Detail

EffectOverlay Source code

var Material EffectOverlay;

InstigatorController Source code

var Controller InstigatorController;


Functions Detail

BeginState Activated Source code

function BeginState ( )

BotConsider Source code

function BotConsider ( )

EndState Activated Source code

function EndState ( )


Defaultproperties

defaultproperties
{
    EffectOverlay=Shader'UTRPGTextures.Overlays.InvulnerabilityOverlay'
    CostPerSec=12
    PickupClass=class'ArtifactInvulnerabilityPickup'
    ItemName="Globe of Invulnerability"
    IconMaterial=Material'UTRPGTextures.Icons.InvulnerabilityIcon'
}

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