Gah - a solution with more questions. – EntropicLqd
UE2:IRC_Page (UT2003)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> IRC_Page |
Contents
- 1 Properties
- 1.1 bDoneInputScroll
- 1.2 HasJoinedText
- 1.3 HasLeftText
- 1.4 InputHistory
- 1.5 InputHistoryPos
- 1.6 InputHistorySize
- 1.7 IRCActionColor
- 1.8 IRCInfoColor
- 1.9 IRCLinkColor
- 1.10 IRCNickColor
- 1.11 IRCTextColor
- 1.12 MaxChatScrollback
- 1.13 NewTopicText
- 1.14 NowKnownAsText
- 1.15 QuitText
- 1.16 SetsModeText
- 1.17 TextDisplay
- 1.18 TextEntry
- 1.19 WasKickedByText
- 1.20 Default values
- 1.21 Subobjects
- 2 Instance functions
- Package:
- XInterface
- Direct subclasses:
- IRC_System, IRC_Channel
- This class in other games:
- UT2004
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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]
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]
InitComponent[edit]
Overrides: GUIPanel.InitComponent