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

UE2:Browser_IRC (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> Browser_Page >> Browser_IRC
Package: 
XInterface
This class in other games:
UT2004

null

Properties[edit]

BackButton[edit]

Type: GUIButton


bIrcIsInitialised[edit]

Type: bool


ChangeNickButton[edit]

Type: GUIButton


ChannelTabs[edit]

Type: GUITabControl


ChooseNewNickText[edit]

Type: string

Modifiers: localized


Default value: "Choose A New Chat Nickname"

LeaveButton[edit]

Type: GUIButton


LeaveChannelCaption[edit]

Type: string

Modifiers: localized


Default value: "LEAVE CHANNEL"

LeavePrivateCaptionHead[edit]

Type: string

Modifiers: localized


Default value: "CLOSE "

LeavePrivateCaptionTail[edit]

Type: string

Modifiers: localized


SystemLabel[edit]

Type: string

Modifiers: localized


Default value: "System"

SystemPage[edit]

Type: IRC_System


Default values[edit]

Property Value
Controls[0] GUIPanel'FooterPanel'
Controls[1] GUITabControl'ChannelTabControl'

Subobjects[edit]

ChannelTabControl[edit]

Class: XInterface.GUITabControl

Property Value
bAcceptsInput True
bDockPanels True
bFillSpace False
TabHeight 0.04
WinHeight 48.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

FooterPanel[edit]

Class: XInterface.GUIPanel

Property Value
Controls[0] GUIButton'MyBackButton'
Controls[1] GUIButton'MyLeaveButton'
Controls[2] GUIButton'MyChangeNickButton'
WinHeight 0.05
WinLeft 0.0
WinTop 0.95
WinWidth 1.0

MyBackButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "BACK"
StyleName "SquareMenuButton"
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 0.2

MyChangeNickButton[edit]

Class: XInterface.GUIButton

Property Value
Caption "CHANGE NICK"
StyleName "SquareMenuButton"
WinHeight 1.0
WinLeft 0.2
WinTop 0.0
WinWidth 0.2

MyLeaveButton[edit]

Class: XInterface.GUIButton

Property Value
Caption ""
StyleName "SquareMenuButton"
WinHeight 1.0
WinLeft 0.4
WinTop 0.0
WinWidth 0.2

Instance functions[edit]

BackClick[edit]

function bool BackClick (GUIComponent Sender)


ChangeNickClick[edit]

function bool ChangeNickClick (GUIComponent Sender)


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


LeaveChannelClick[edit]

function bool LeaveChannelClick (GUIComponent Sender)


TabChange[edit]

function TabChange (GUIComponent Sender)