There is no spoon

UE2:IRC_Page (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
XInterface
Direct subclasses:
IRC_Channel, IRC_System
This class in other games:
UT2003

null

Properties

bDoneInputScroll

Type: bool

Modifiers: transient


HasJoinedText

Type: string

Modifiers: localized


Default value: "has joined"

HasLeftText

Type: string

Modifiers: localized


Default value: "has left"

InputHistory

Type: array<string>

Modifiers: transient


InputHistoryPos

Type: int

Modifiers: transient


InputHistorySize

Type: int

Modifiers: config


Default value: 16

IRCActionColor

Type: Object.Color

Modifiers: config


Default value:

Member Value
A 0
B 0
G 200
R 230

IRCInfoColor

Type: Object.Color

Modifiers: config


Default value:

Member Value
A 0
B 160
G 130
R 130

IRCLinkColor

Type: Object.Color

Modifiers: config


Default value:

Member Value
A 0
B 150
G 150
R 255

IRCNickColor

Type: Object.Color

Modifiers: config


Default value:

Member Value
A 0
B 255
G 150
R 150

IRCTextColor

Type: Object.Color

Modifiers: config


Default value:

Member Value
A 0
B 160
G 160
R 160

MaxChatScrollback

Type: int

Modifiers: config


Default value: 250

NewTopicText

Type: string

Modifiers: localized


Default value: "Topic"

NowKnownAsText

Type: string

Modifiers: localized


Default value: "is now known as"

QuitText

Type: string

Modifiers: localized


Default value: "Quit"

SetsModeText

Type: string

Modifiers: localized


Default value: "sets mode"

TextDisplay

Type: GUIScrollTextBox


TextEntry

Type: moEditBox


WasKickedByText

Type: string

Modifiers: localized


Default value: "was kicked by"

Default values

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

Subobjects

DisplayBox

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

Class: XInterface.GUIPanel

Property Value
Controls[0] DisplayBox;

EntryBox

Class: XInterface.moEditBox

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

MainSplitter

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

Class: XInterface.GUIPanel

Empty subobject definition.

Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


Other instance functions

ColorizeLinks

function string ColorizeLinks (string InString)


InternalOnKeyEvent

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


IRCTextDblClick

function bool IRCTextDblClick (GUIComponent Sender)


ProcessInput

function ProcessInput (string Text)