The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:IRC_System (UT2003)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> IRC_Page >> IRC_System |
Contents
- 1 Properties
- 1.1 bAway
- 1.2 bConnected
- 1.3 bSysInitialised
- 1.4 ByText
- 1.5 ChannelCombo
- 1.6 ChannelHistory
- 1.7 ChannelLabel
- 1.8 Channels
- 1.9 ConnectButton
- 1.10 ConnectText
- 1.11 CurChannel
- 1.12 DefaultChannels
- 1.13 DisconnectText
- 1.14 FullName
- 1.15 IRCPage
- 1.16 IsAwayText
- 1.17 JoinChannelButton
- 1.18 KickedFromText
- 1.19 Link
- 1.20 NickName
- 1.21 NotInAChannelText
- 1.22 OldPlayerName
- 1.23 PrevChannel
- 1.24 RemoveChannelButton
- 1.25 RemoveServerButton
- 1.26 ServerCombo
- 1.27 ServerHistory
- 1.28 ServerLabel
- 1.29 TestIRCString
- 1.30 UserIdent
- 1.31 Subobjects
- 2 Functions
- Package:
- XInterface
- 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]
bAway[edit]
Type: bool
bConnected[edit]
Type: bool
bSysInitialised[edit]
Type: bool
ByText[edit]
Type: string
Modifiers: localized
Default value: "by"
ChannelCombo[edit]
Type: GUIComboBox
Default value: GUIComboBox'MyChannelCombo'
ChannelHistory[edit]
Modifiers: config
ChannelLabel[edit]
Type: GUILabel
Default value: GUILabel'MyChannelLabel'
Channels[edit]
Type: array<IRC_Channel>
ConnectButton[edit]
Type: GUIButton
Default value: GUIButton'MyConnectButton'
ConnectText[edit]
Type: string
Modifiers: localized
Default value: "CONNECT"
CurChannel[edit]
Type: int
Default value: -1
DefaultChannels[edit]
Modifiers: localized
DisconnectText[edit]
Type: string
Modifiers: localized
Default value: "DISCONNECT"
FullName[edit]
Type: string
Modifiers: config
IRCPage[edit]
Type: Browser_IRC
IsAwayText[edit]
Type: string
Modifiers: localized
Default value: "is away"
JoinChannelButton[edit]
Type: GUIButton
Default value: GUIButton'MyJoinChannelButton'
KickedFromText[edit]
Type: string
Modifiers: localized
Default value: "You were kicked from"
Link[edit]
Type: IRCLink
NickName[edit]
Type: string
Modifiers: config
NotInAChannelText[edit]
Type: string
Modifiers: localized
Default value: "Not in a channel!"
OldPlayerName[edit]
Type: string
Modifiers: config
PrevChannel[edit]
Type: int
Default value: -1
RemoveChannelButton[edit]
Type: GUIButton
Default value: GUIButton'MyRemoveChannelButton'
RemoveServerButton[edit]
Type: GUIButton
Default value: GUIButton'MyRemoveServerButton'
ServerCombo[edit]
Type: GUIComboBox
Default value: GUIComboBox'MyServerCombo'
ServerHistory[edit]
Modifiers: config
ServerLabel[edit]
Type: GUILabel
Default value: GUILabel'MyServerLabel'
TestIRCString[edit]
Type: string
UserIdent[edit]
Type: string
Modifiers: config
Subobjects[edit]
MyChannelCombo[edit]
Class: XInterface.GUIComboBox
Property | Value |
---|---|
WinHeight | 0.3 |
WinLeft | 0.15 |
WinTop | 0.5 |
WinWidth | 0.4 |
MyChannelLabel[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Caption | "Channel" | ||||||||||
StyleName | "TextLabel" | ||||||||||
TextAlign | TXTA_LEFT | ||||||||||
TextColor |
|
||||||||||
WinHeight | 0.3 | ||||||||||
WinLeft | 0.03 | ||||||||||
WinTop | 0.5 | ||||||||||
WinWidth | 0.2 |
MyConnectButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "" |
OnClick | ConnectClick |
WinHeight | 0.3 |
WinLeft | 0.56 |
WinTop | 0.1 |
WinWidth | 0.2 |
MyJoinChannelButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "JOIN CHANNEL" |
OnClick | JoinChannelClick |
WinHeight | 0.3 |
WinLeft | 0.56 |
WinTop | 0.5 |
WinWidth | 0.2 |
MyRemoveChannelButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "REMOVE CHANNEL" |
OnClick | RemoveChannelClick |
WinHeight | 0.3 |
WinLeft | 0.77 |
WinTop | 0.5 |
WinWidth | 0.2 |
MyRemoveServerButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "REMOVE SERVER" |
OnClick | RemoveServerClick |
WinHeight | 0.3 |
WinLeft | 0.77 |
WinTop | 0.1 |
WinWidth | 0.2 |
MyServerCombo[edit]
Class: XInterface.GUIComboBox
Property | Value |
---|---|
WinHeight | 0.3 |
WinLeft | 0.15 |
WinTop | 0.1 |
WinWidth | 0.4 |
MyServerLabel[edit]
Class: XInterface.GUILabel
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Caption | "Server" | ||||||||||
StyleName | "TextLabel" | ||||||||||
TextAlign | TXTA_LEFT | ||||||||||
TextColor |
|
||||||||||
WinHeight | 0.3 | ||||||||||
WinLeft | 0.03 | ||||||||||
WinTop | 0.1 | ||||||||||
WinWidth | 0.2 |
Functions[edit]
Events[edit]
Timer[edit]
Overrides: GUIComponent.Timer