GUI2K4.UT2K4IRC_Page
- Extends
- UT2K4TabPanel
- Modifiers
- abstract
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- GUI2K4.UT2K4IRC_Page
Direct Known Subclasses:
UT2K4IRC_Channel, UT2K4IRC_System
var transient bool bDoneInputScroll;
bIRCTextToSpeechEnabled Source code
var globalconfig bool bIRCTextToSpeechEnabled;
var localized string HasJoinedText;
var localized string HasLeftText;
var transient array<string> InputHistory;
var transient int InputHistoryPos;
var config int InputHistorySize;
var config color IRCActionColor;
var config color IRCInfoColor;
var config color IRCLinkColor;
var config color IRCNickColor;
var config color IRCTextColor;
var config int MaxChatScrollback;
var localized string NewTopicText;
var localized string NowKnownAsText;
var localized string QuitText;
var localized string SetsModeText;
var localized string WasKickedByText;
UT2K4IRC_Page
function string ColorizeLinks ( string InString )
function color DecodeColor (
int ColorCode )
function Free ( )
InternalOnCreateComponent Source code
function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta )
function InterpretColorCodes ( out string Text )
function ProcessInput ( string Text )
defaultproperties
{
Begin Object Class=moEditBox Name=EntryBox
CaptionWidth=0.000000
OnCreateComponent=EntryBox.InternalOnCreateComponent
StyleName="IRCEntry"
WinTop=0.950000
WinLeft=0.000000
WinWidth=1.000000
WinHeight=0.050000
TabOrder=0
bBoundToParent=Wahr
bScaleToParent=Wahr
OnKeyEvent=UT2K4IRC_Page.InternalOnKeyEvent
End Object
ed_TextEntry=moEditBox'GUI2K4.UT2K4IRC_Page.EntryBox'
HasLeftText="%Name% has left %Chan%."
HasJoinedText="%Name% has joined %Chan%."
WasKickedByText="%Kicked% was kicked by %Kicker% ( %Reason% )."
NowKnownAsText="%OldName% is now known as %NewName%."
QuitText="*** %Name% Quit ( %Reason% )"
SetsModeText="*** %Name% sets mode: %mode%."
NewTopicText="Topic"
MaxChatScrollback=250
InputHistorySize=16
IRCTextColor=(B=160,G=160,R=160)
IRCNickColor=(B=255,G=150,R=150)
IRCActionColor=(G=200,R=230)
IRCInfoColor=(B=160,G=130,R=130)
IRCLinkColor=(B=150,G=150,R=255)
WinHeight=1.000000
}
|
Creation time: Mo 16.4.2007 11:20:34.750 - Created with
UnCodeX