Always snap to grid

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

Property group 'UT2K4Browser_IRC'

PrivateChannelClass

Type: string

Modifiers: config


Default value: "GUI2K4.UT2K4IRC_Private"

PublicChannelClass

Type: string

Modifiers: config


Default value: "GUI2K4.UT2K4IRC_Channel"

SystemPageClass

Type: string

Modifiers: config


Default value: "GUI2K4.UT2K4IRC_System"

Internal variables

c_Channel

Type: GUITabControl

Modifiers: automated


Default value: GUITabControl'ChannelTabControl'

ChooseNewNickText

Type: string

Modifiers: localized


SystemLabel

Type: string

Modifiers: localized


Default value: "System"

tp_System

Type: UT2K4IRC_System


Default values

Property Value
bCommonButtonWidth False
PanelCaption "UT2004 Internet Chat Client"

Subobjects

ChannelTabControl

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

Events

Closed

event Closed (GUIComponent Sender, bool bCancelled)

Overrides: GUIMultiComponent.Closed


InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4Browser_Page.InitComponent


Other instance functions

AddChannel

function UT2K4IRC_Channel AddChannel (string ChannelName, optional bool bPrivate)


IRCDisconnected

function IRCDisconnected ()


IsJoinAvailable

function bool IsJoinAvailable (out string ButtonCaption)

Overrides: UT2K4Browser_Page.IsJoinAvailable


IsRefreshAvailable

function bool IsRefreshAvailable (out string ButtonCaption)

Overrides: UT2K4Browser_Page.IsRefreshAvailable


IsSpectateAvailable

function bool IsSpectateAvailable (out string ButtonCaption)

Overrides: UT2K4Browser_Page.IsSpectateAvailable


JoinClicked

function JoinClicked ()

Overrides: UT2K4Browser_Page.JoinClicked


RefreshClicked

function RefreshClicked ()

Overrides: UT2K4Browser_Page.RefreshClicked


RemoveChannel

function bool RemoveChannel (string ChannelName)


SetCloseCaption

function SetCloseCaption (optional string NewName)


SetCurrentChannel

function SetCurrentChannel (int Index)


ShowPanel

function ShowPanel (bool bShow)

Overrides: UT2K4Browser_Page.ShowPanel


SpectateClicked

function SpectateClicked ()

Overrides: UT2K4Browser_Page.SpectateClicked


TabChange

function TabChange (GUIComponent Sender)


UpdateCurrentChannel

function UpdateCurrentChannel (int Index)