I don't need to test my programs. I have an error-correcting modem.

UE2:IRC_Page (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> IRC_Page
Package: 
XInterface
Direct subclasses:
IRC_System, IRC_Channel
This class in other games:
UT2004

null

Properties[edit]

bDoneInputScroll[edit]

Type: bool

Modifiers: transient


HasJoinedText[edit]

Type: string

Modifiers: localized


Default value: "has joined"

HasLeftText[edit]

Type: string

Modifiers: localized


Default value: "has left"

InputHistory[edit]

Type: array<string>

Modifiers: transient


InputHistoryPos[edit]

Type: int

Modifiers: transient


InputHistorySize[edit]

Type: int

Modifiers: config


Default value: 16

IRCActionColor[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
A 0
B 0
G 200
R 230

IRCInfoColor[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
A 0
B 160
G 130
R 130

IRCLinkColor[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
A 0
B 150
G 150
R 255

IRCNickColor[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
A 0
B 255
G 150
R 150

IRCTextColor[edit]

Type: Object.Color

Modifiers: config


Default value:

Member Value
A 0
B 160
G 160
R 160

MaxChatScrollback[edit]

Type: int

Modifiers: config


Default value: 250

NewTopicText[edit]

Type: string

Modifiers: localized


Default value: "Topic"

NowKnownAsText[edit]

Type: string

Modifiers: localized


Default value: "is now known as"

QuitText[edit]

Type: string

Modifiers: localized


Default value: "Quit"

SetsModeText[edit]

Type: string

Modifiers: localized


Default value: "sets mode"

TextDisplay[edit]

Type: GUIScrollTextBox


TextEntry[edit]

Type: moEditBox


WasKickedByText[edit]

Type: string

Modifiers: localized


Default value: "was kicked by"

Default values[edit]

Property Value
Controls[0] moEditBox'EntryBox'
Controls[1] GUISplitter'MainSplitter'
WinHeight 0.73
WinTop 0.15

Subobjects[edit]

DisplayBox[edit]

Class: XInterface.GUIScrollTextBox

Property Value
bNoTeletype True
bScaleToParent True
bStripColors True
bVisibleWhenEmpty True
CharDelay 0.0015
EOLDelay 0.25
StyleName "ServerBrowserGrid"
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

DisplayPanel[edit]

Class: XInterface.GUIPanel

Property Value
Controls[0] DisplayBox;

EntryBox[edit]

Class: XInterface.moEditBox

Property Value
CaptionWidth 0.0
WinHeight 0.05
WinLeft 0.0
WinTop 0.95
WinWidth 1.0

MainSplitter[edit]

Class: XInterface.GUISplitter

Property Value
bFixedSplitter True
Controls[0] GUIPanel'DisplayPanel'
Controls[1] GUIPanel'UtilPanel'
SplitOrientation SPLIT_Vertical
SplitPosition 0.8
WinHeight 0.95
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

UtilPanel[edit]

Class: XInterface.GUIPanel

Empty subobject definition.

Instance functions[edit]

ColorizeLinks[edit]

function string ColorizeLinks (string InString)


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


InternalOnKeyEvent[edit]

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)


IRCTextDblClick[edit]

function bool IRCTextDblClick (GUIComponent Sender)


ProcessInput[edit]

function ProcessInput (string Text)