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
WinWidth=1.0
WinHeight=0.05
WinLeft=0
WinTop=0.95
CaptionWidth=0
StyleName="IRCEntry"
bBoundToParent=True
bScaleToParent=True
OnKeyEvent=InternalOnKeyEvent
TabOrder=0
End Object
ed_TextEntry=EntryBox
WinTop=0.0
WinLeft=0
WinWidth=1
WinHeight=1
bAcceptsInput=false
MaxChatScrollback=250
InputHistorySize=16
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"
IRCTextColor=(R=160,G=160,B=160,A=0)
IRCNickColor=(R=150,G=150,B=255,A=0)
IRCActionColor=(R=230,G=200,B=0,A=0)
IRCInfoColor=(R=130,G=130,B=160,A=0)
IRCLinkColor=(R=255,G=150,B=150,A=0)
bIRCTextToSpeechEnabled=True
}
|
Creation time: Do 14.8.2014 09:58:26.884 - Created with
UnCodeX