Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:UT2K4Browser_IRC (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4Browser_Page >> UT2K4Browser_IRC
Package: 
GUI2K4

Main IRC page - Contains additional TabControl

Updated by Ron Prestenback (c) 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

Property group 'UT2K4Browser_IRC'[edit]

PrivateChannelClass[edit]

Type: string

Modifiers: config


Default value: "GUI2K4.UT2K4IRC_Private"

PublicChannelClass[edit]

Type: string

Modifiers: config


Default value: "GUI2K4.UT2K4IRC_Channel"

SystemPageClass[edit]

Type: string

Modifiers: config


Default value: "GUI2K4.UT2K4IRC_System"

Internal variables[edit]

c_Channel[edit]

Type: GUITabControl

Modifiers: automated


Default value: GUITabControl'ChannelTabControl'

ChooseNewNickText[edit]

Type: string

Modifiers: localized


SystemLabel[edit]

Type: string

Modifiers: localized


Default value: "System"

tp_System[edit]

Type: UT2K4IRC_System


Default values[edit]

Property Value
bCommonButtonWidth False
PanelCaption "UT2004 Internet Chat Client"

Subobjects[edit]

ChannelTabControl[edit]

Class: XInterface.GUITabControl

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

Functions[edit]

Events[edit]

Closed[edit]

event Closed (GUIComponent Sender, bool bCancelled)

Overrides: GUIMultiComponent.Closed


InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4Browser_Page.InitComponent


Other instance functions[edit]

AddChannel[edit]

function UT2K4IRC_Channel AddChannel (string ChannelName, optional bool bPrivate)


IRCDisconnected[edit]

function IRCDisconnected ()


IsJoinAvailable[edit]

function bool IsJoinAvailable (out string ButtonCaption)

Overrides: UT2K4Browser_Page.IsJoinAvailable


IsRefreshAvailable[edit]

function bool IsRefreshAvailable (out string ButtonCaption)

Overrides: UT2K4Browser_Page.IsRefreshAvailable


IsSpectateAvailable[edit]

function bool IsSpectateAvailable (out string ButtonCaption)

Overrides: UT2K4Browser_Page.IsSpectateAvailable


JoinClicked[edit]

function JoinClicked ()

Overrides: UT2K4Browser_Page.JoinClicked


RefreshClicked[edit]

function RefreshClicked ()

Overrides: UT2K4Browser_Page.RefreshClicked


RemoveChannel[edit]

function bool RemoveChannel (string ChannelName)


SetCloseCaption[edit]

function SetCloseCaption (optional string NewName)


SetCurrentChannel[edit]

function SetCurrentChannel (int Index)


ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: UT2K4Browser_Page.ShowPanel


SpectateClicked[edit]

function SpectateClicked ()

Overrides: UT2K4Browser_Page.SpectateClicked


TabChange[edit]

function TabChange (GUIComponent Sender)


UpdateCurrentChannel[edit]

function UpdateCurrentChannel (int Index)