I'm a doctor, not a mechanic

UE1:UBrowserIRCPageBase (UT)

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

null

Properties[edit]

EditControl[edit]

Type: UWindowEditControl


HasJoinedText[edit]

Type: string

Modifiers: localized


Default value: "has joined"

HasLeftText[edit]

Type: string

Modifiers: localized


Default value: "has left"

Menu[edit]

Type: UWindowPulldownMenu


NowKnownAsText[edit]

Type: string

Modifiers: localized


Default value: "is now known as"

QuitText[edit]

Type: string

Modifiers: localized


Default value: "Quit"

RightClickMenuClass[edit]

Type: class<UWindowPulldownMenu>


SetsModeText[edit]

Type: string

Modifiers: localized


Default value: "sets mode"

TextArea[edit]

Type: UWindowDynamicTextArea


TextAreaClass[edit]

Type: string

Modifiers: config


Default value: "UBrowser.UBrowserIRCTextArea"

WasKickedByText[edit]

Type: string

Modifiers: localized


Default value: "was kicked by"

Instance functions[edit]

AddedText[edit]

function AddedText ()


BeforePaint[edit]

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

Overrides: UWindowWindow.BeforePaint


Close[edit]

function Close (optional bool bByParent)

Overrides: UWindowClientWindow.Close


ClosePage[edit]

function ClosePage ()


Created[edit]

function Created ()

Overrides: UWindowWindow.Created


Notify[edit]

function Notify (UWindowDialogControl C, byte E)

Overrides: UWindowDialogClientWindow.Notify


Paint[edit]

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

Overrides: UWindowDialogClientWindow.Paint


ProcessInput[edit]

function ProcessInput (string Text)


RMouseUp[edit]

function RMouseUp (float X, float Y)

Overrides: UWindowWindow.RMouseUp


Setup[edit]

function Setup ()


WindowShown[edit]

function WindowShown ()

Overrides: UWindowWindow.WindowShown