Gah - a solution with more questions. – EntropicLqd
UE2:Browser_IRC (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> Browser_Page >> Browser_IRC |
- Package:
- XInterface
- This class in other games:
- UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
Property | Value |
---|---|
Controls[0] | GUIPanel'FooterPanel' |
Controls[1] | GUITabControl'ChannelTabControl' |
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 |
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
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 |
Functions
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
Other instance functions
BackClick
function bool BackClick (GUIComponent Sender)
ChangeNickClick
function bool ChangeNickClick (GUIComponent Sender)
LeaveChannelClick
function bool LeaveChannelClick (GUIComponent Sender)
TabChange
function TabChange (GUIComponent Sender)