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

UT2004RPG.FriendlyMonsterSkinner

Extends
ReplicationInfo

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.ReplicationInfo
         |   
         +-- UT2004RPG.FriendlyMonsterSkinner

Variables Summary
MonsterMonsterOwner
array<ColorModifier>MonsterSkins
byteTeam
colorTeamColor[2]
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Functions Summary
function CreateMonsterSkins ()
function Destroyed ()
function PostBeginPlay ()
function SetInitialState ()
function Tick (float deltaTime)
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

MonsterOwner Source code

var Monster MonsterOwner;

MonsterSkins Source code

var array<ColorModifier> MonsterSkins;

Team Source code

var byte Team;

TeamColor[2] Source code

var config color TeamColor[2];


Functions Detail

CreateMonsterSkins Source code

simulated function CreateMonsterSkins ( )

Destroyed Source code

simulated function Destroyed ( )

PostBeginPlay Source code

function PostBeginPlay ( )

SetInitialState Source code

function SetInitialState ( )

Tick Source code

simulated function Tick ( float deltaTime )


Defaultproperties

defaultproperties
{
     TeamColor(0)=(B=150,G=150,R=255,A=255)
     TeamColor(1)=(B=255,G=150,R=150,A=255)
     bOnlyDirtyReplication=False
     bGameRelevant=True
     bObsolete=True
}

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