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

ROInterface.ROUT2k4IRC_Channel


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
//-----------------------------------------------------------
//
//-----------------------------------------------------------
class ROUT2k4IRC_Channel extends UT2k4IRC_Channel;

function InitComponent(GUIController MyController, GUIComponent MyOwner)
{
	Super.Initcomponent(MyController, MyOwner);

    class'ROInterfaceUtil'.static.SetROStyle(MyController, Controls);
}

defaultproperties
{
     IRCNickColor=(B=150,R=255)
     IRCInfoColor=(B=130,R=160)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fri 13-10-2023 03:17:28.000 - Creation time: Fri 13-10-2023 03:19:07.739 - Created with UnCodeX