I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:UBrowserIRCSetupClient (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
UBrowser

null

Properties[edit]

bHasReadWarning[edit]

Type: bool

Modifiers: config


ChannelCombo[edit]

Type: UWindowComboControl


ChannelHelp[edit]

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[edit]

Type: string

Modifiers: localized


Default value: "Default Channel"

ConfirmJoin[edit]

Type: UWindowMessageBox


ConnectButton[edit]

Type: UWindowSmallButton


ConnectHelp[edit]

Type: string

Modifiers: localized


Default value: "Connect to the IRC chat server."

ConnectText[edit]

Type: string

Modifiers: localized


Default value: "Connect"

DisconnectHelp[edit]

Type: string

Modifiers: localized


Default value: "Disconnect from the IRC chat server."

DisconnectText[edit]

Type: string

Modifiers: localized


Default value: "Logoff"

IRCChannelHistory[edit]

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[edit]

Type: string

Array size: 10

Modifiers: config


Default value: "irc.gameslink.net"

ServerCombo[edit]

Type: UWindowComboControl


ServerHelp[edit]

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[edit]

Type: string

Modifiers: localized


Default value: "IRC Server"

SystemPage[edit]

Type: UBrowserIRCSystemPage


WarningText[edit]

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[edit]

Type: string

Modifiers: localized


Default value: "Warning"

Instance functions[edit]

BeforePaint[edit]

function BeforePaint (Canvas C, float X, float Y)

Overrides: UWindowWindow.BeforePaint


Created[edit]

function Created ()

Overrides: UWindowWindow.Created


DoJoin[edit]

function DoJoin ()


MessageBoxDone[edit]

function MessageBoxDone (UWindowMessageBox W, UWindowBase.MessageBoxResult Result)

Overrides: UWindowWindow.MessageBoxDone


NewIRCServer[edit]

function NewIRCServer (string S)


Notify[edit]

function Notify (UWindowDialogControl C, byte E)

Overrides: UWindowDialogClientWindow.Notify


Paint[edit]

function Paint (Canvas C, float X, float Y)

Overrides: UWindowDialogClientWindow.Paint


SaveChannelCombo[edit]

function SaveChannelCombo ()


SaveServerCombo[edit]

function SaveServerCombo ()