Gah - a solution with more questions. – EntropicLqd
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
bAway
Type: bool
bConnected
Type: bool
bSysInitialised
Type: bool
ByText
Type: string
Modifiers: localized
Default value: "by"
ChannelCombo
Type: GUIComboBox
Default value: GUIComboBox'MyChannelCombo'
ChannelHistory
Modifiers: config
ChannelLabel
Type: GUILabel
Default value: GUILabel'MyChannelLabel'
Channels
Type: array<IRC_Channel>
ConnectButton
Type: GUIButton
Default value: GUIButton'MyConnectButton'
ConnectText
Type: string
Modifiers: localized
Default value: "CONNECT"
CurChannel
Type: int
Default value: -1
DefaultChannels
Modifiers: localized
DisconnectText
Type: string
Modifiers: localized
Default value: "DISCONNECT"
FullName
Type: string
Modifiers: config
IRCPage
Type: Browser_IRC
IsAwayText
Type: string
Modifiers: localized
Default value: "is away"
JoinChannelButton
Type: GUIButton
Default value: GUIButton'MyJoinChannelButton'
KickedFromText
Type: string
Modifiers: localized
Default value: "You were kicked from"
Link
Type: IRCLink
NickName
Type: string
Modifiers: config
NotInAChannelText
Type: string
Modifiers: localized
Default value: "Not in a channel!"
OldPlayerName
Type: string
Modifiers: config
PrevChannel
Type: int
Default value: -1
RemoveChannelButton
Type: GUIButton
Default value: GUIButton'MyRemoveChannelButton'
RemoveServerButton
Type: GUIButton
Default value: GUIButton'MyRemoveServerButton'
ServerCombo
Type: GUIComboBox
Default value: GUIComboBox'MyServerCombo'
ServerHistory
Modifiers: config
ServerLabel
Type: GUILabel
Default value: GUILabel'MyServerLabel'
TestIRCString
Type: string
UserIdent
Type: string
Modifiers: config
Subobjects
MyChannelCombo
Class: XInterface.GUIComboBox
Property | Value |
---|---|
WinHeight | 0.3 |
WinLeft | 0.15 |
WinTop | 0.5 |
WinWidth | 0.4 |
MyChannelLabel
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
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "" |
OnClick | ConnectClick |
WinHeight | 0.3 |
WinLeft | 0.56 |
WinTop | 0.1 |
WinWidth | 0.2 |
MyJoinChannelButton
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "JOIN CHANNEL" |
OnClick | JoinChannelClick |
WinHeight | 0.3 |
WinLeft | 0.56 |
WinTop | 0.5 |
WinWidth | 0.2 |
MyRemoveChannelButton
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "REMOVE CHANNEL" |
OnClick | RemoveChannelClick |
WinHeight | 0.3 |
WinLeft | 0.77 |
WinTop | 0.5 |
WinWidth | 0.2 |
MyRemoveServerButton
Class: XInterface.GUIButton
Property | Value |
---|---|
Caption | "REMOVE SERVER" |
OnClick | RemoveServerClick |
WinHeight | 0.3 |
WinLeft | 0.77 |
WinTop | 0.1 |
WinWidth | 0.2 |
MyServerCombo
Class: XInterface.GUIComboBox
Property | Value |
---|---|
WinHeight | 0.3 |
WinLeft | 0.15 |
WinTop | 0.1 |
WinWidth | 0.4 |
MyServerLabel
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
Events
Timer
Overrides: GUIComponent.Timer