UE2:Browser_IRC (UT2003)

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

null

Properties

BackButton

Type: GUIButton


bIrcIsInitialised

Type: bool


ChangeNickButton

Type: GUIButton


ChannelTabs

Type: GUITabControl


ChooseNewNickText

Type: string

Modifiers: localized


Default value: "Choose A New Chat Nickname"

LeaveButton

Type: GUIButton


LeaveChannelCaption

Type: string

Modifiers: localized


Default value: "LEAVE CHANNEL"

LeavePrivateCaptionHead

Type: string

Modifiers: localized


Default value: "CLOSE "

LeavePrivateCaptionTail

Type: string

Modifiers: localized


SystemLabel

Type: string

Modifiers: localized


Default value: "System"

SystemPage

Type: IRC_System


Default values

Subobjects

ChannelTabControl

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

Class: XInterface.GUIPanel

MyBackButton

Class: XInterface.GUIButton

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

MyChangeNickButton

Class: XInterface.GUIButton

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

MyLeaveButton

Class: XInterface.GUIButton

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

Instance functions

BackClick

function bool BackClick (GUIComponent Sender)


ChangeNickClick

function bool ChangeNickClick (GUIComponent Sender)


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent


LeaveChannelClick

function bool LeaveChannelClick (GUIComponent Sender)


TabChange

function TabChange (GUIComponent Sender)