Gah - a solution with more questions. – EntropicLqd

UE1:UBrowserIRCSetupClient (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UBrowser

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

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

Overrides: UWindowWindow.BeforePaint


Created

function Created ()

Overrides: UWindowWindow.Created


DoJoin

function DoJoin ()


MessageBoxDone

function MessageBoxDone (UWindowMessageBox W, UWindowBase.MessageBoxResult Result)

Overrides: UWindowWindow.MessageBoxDone


NewIRCServer

function NewIRCServer (string S)


Notify

function Notify (UWindowDialogControl C, byte E)

Overrides: UWindowDialogClientWindow.Notify


Paint

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

Overrides: UWindowDialogClientWindow.Paint


SaveChannelCombo

function SaveChannelCombo ()


SaveServerCombo

function SaveServerCombo ()