I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:UBrowserIRCSetupClient (UT)
Object >> UWindowBase >> UWindowWindow >> UWindowClientWindow >> UWindowDialogClientWindow >> UBrowserIRCSetupClient |
Contents
- 1 Properties
- 1.1 bHasReadWarning
- 1.2 ChannelCombo
- 1.3 ChannelHelp
- 1.4 ChannelText
- 1.5 ConfirmJoin
- 1.6 ConnectButton
- 1.7 ConnectHelp
- 1.8 ConnectText
- 1.9 DisconnectHelp
- 1.10 DisconnectText
- 1.11 IRCChannelHistory
- 1.12 IRCServerHistory
- 1.13 ServerCombo
- 1.14 ServerHelp
- 1.15 ServerText
- 1.16 SystemPage
- 1.17 WarningText
- 1.18 WarningTitle
- 2 Instance functions
- Package:
- UBrowser
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
bHasReadWarning
Type: bool
Modifiers: config
ChannelCombo
Type: UWindowComboControl
ChannelHelp
Type: string
Modifiers: localized
Default value: "Choose a default channel to join once the server has connected, or type in your own channel name."
ChannelText
Type: string
Modifiers: localized
Default value: "Default Channel"
ConfirmJoin
Type: UWindowMessageBox
ConnectButton
Type: UWindowSmallButton
ConnectHelp
Type: string
Modifiers: localized
Default value: "Connect to the IRC chat server."
ConnectText
Type: string
Modifiers: localized
Default value: "Connect"
DisconnectHelp
Type: string
Modifiers: localized
Default value: "Disconnect from the IRC chat server."
DisconnectText
Type: string
Modifiers: localized
Default value: "Logoff"
IRCChannelHistory
Type: string
Array size: 10
Modifiers: config
Default value, index 0: "#utgames"
Default value, index 1: "#utchat"
Default value, index 2: "#utmods"
Default value, index 3: "#utlevels"
Default value, index 4: "#uthelp"
IRCServerHistory
Type: string
Array size: 10
Modifiers: config
Default value: "irc.gameslink.net"
ServerCombo
Type: UWindowComboControl
ServerHelp
Type: string
Modifiers: localized
Default value: "Choose an IRC server from the list or type in your own IRC server name or IP address."
ServerText
Type: string
Modifiers: localized
Default value: "IRC Server"
SystemPage
Type: UBrowserIRCSystemPage
WarningText
Type: string
Modifiers: localized
Default value: "The Chat facility will connect you to the Internet Relay Chat (IRC) network.\n\nEpic Games is not responsible for the content of any channels in IRC. You enter these channels at your own risk.\n\nAre you sure you still want to connect?"
WarningTitle
Type: string
Modifiers: localized
Default value: "Warning"
Instance functions
BeforePaint
Overrides: UWindowWindow.BeforePaint
Created
Overrides: UWindowWindow.Created
DoJoin
MessageBoxDone
Overrides: UWindowWindow.MessageBoxDone
NewIRCServer
Notify
Overrides: UWindowDialogClientWindow.Notify
Paint
Overrides: UWindowDialogClientWindow.Paint