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

DruidsRPGcvs.DruidPlusOneModifier

Extends
RPGArtifact

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

Variables Summary
boolneedsIdentify
PawnRealInstigator
RPGWeaponWeapon
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 Activate ()
function BotConsider ()
function DropFrom (vector StartLocation)
functionint getCost ()
functionstring GetLocalString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2)
function PostBeginPlay ()
function Timer ()
function TossArtifact ()
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


Variables Detail

needsIdentify Source code

var bool needsIdentify;

RealInstigator Source code

var Pawn RealInstigator;

Weapon Source code

var RPGWeapon Weapon;


Functions Detail

Activate Source code

function Activate ( )

BotConsider Source code

function BotConsider ( )

DropFrom Source code

function DropFrom ( vector StartLocation )

getCost Source code

function int getCost ( )

GetLocalString Source code

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

PostBeginPlay Source code

function PostBeginPlay ( )

Timer Source code

function Timer ( )

TossArtifact Source code

exec function TossArtifact ( )


Defaultproperties

defaultproperties
{
     CostPerSec=1
     MinActivationTime=0.000001
     IconMaterial=Combiner'XGameTextures.SuperPickups.DOMPabRc'
     ItemName="Magic Modifier Plus One"
}

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