I don't need to test my programs. I have an error-correcting modem.

UE1:UBrowserIRCPageBase (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UBrowser
Direct subclasses:
UBrowserIRCChannelPage, UBrowserIRCPrivPage, UBrowserIRCSystemPage

null

Properties

EditControl

Type: UWindowEditControl


HasJoinedText

Type: string

Modifiers: localized


Default value: "has joined"

HasLeftText

Type: string

Modifiers: localized


Default value: "has left"

Menu

Type: UWindowPulldownMenu


NowKnownAsText

Type: string

Modifiers: localized


Default value: "is now known as"

QuitText

Type: string

Modifiers: localized


Default value: "Quit"

RightClickMenuClass

Type: class<UWindowPulldownMenu>


SetsModeText

Type: string

Modifiers: localized


Default value: "sets mode"

TextArea

Type: UWindowDynamicTextArea


TextAreaClass

Type: string

Modifiers: config


Default value: "UBrowser.UBrowserIRCTextArea"

WasKickedByText

Type: string

Modifiers: localized


Default value: "was kicked by"

Instance functions

AddedText

function AddedText ()


BeforePaint

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

Overrides: UWindowWindow.BeforePaint


Close

function Close (optional bool bByParent)

Overrides: UWindowClientWindow.Close


ClosePage

function ClosePage ()


Created

function Created ()

Overrides: UWindowWindow.Created


Notify

function Notify (UWindowDialogControl C, byte E)

Overrides: UWindowDialogClientWindow.Notify


Paint

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

Overrides: UWindowDialogClientWindow.Paint


ProcessInput

function ProcessInput (string Text)


RMouseUp

function RMouseUp (float X, float Y)

Overrides: UWindowWindow.RMouseUp


Setup

function Setup ()


WindowShown

function WindowShown ()

Overrides: UWindowWindow.WindowShown