Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:Browser_IRC (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K3TabPanel >> Browser_Page >> Browser_IRC |
Contents |
- Package:
- XInterface
- This class in other games:
- UT2003
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
[edit] Properties
[edit] BackButton
Type: GUIButton
[edit] bIrcIsInitialised
Type: bool
[edit] ChangeNickButton
Type: GUIButton
[edit] ChannelTabs
Type: GUITabControl
[edit] ChooseNewNickText
Type: string
Modifiers: localized
Default value: "Choose A New Chat Nickname"
[edit] LeaveButton
Type: GUIButton
[edit] LeaveChannelCaption
Type: string
Modifiers: localized
Default value: "LEAVE CHANNEL"
[edit] LeavePrivateCaptionHead
Type: string
Modifiers: localized
Default value: "CLOSE "
[edit] LeavePrivateCaptionTail
Type: string
Modifiers: localized
[edit] SystemLabel
Type: string
Modifiers: localized
Default value: "System"
[edit] SystemPage
Type: IRC_System
[edit] Default values
| Property | Value |
|---|---|
| Controls[0] | GUIPanel'FooterPanel' |
| Controls[1] | GUITabControl'ChannelTabControl' |
[edit] Subobjects
[edit] 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 |
[edit] FooterPanel
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 |
[edit] MyBackButton
Class: XInterface.GUIButton
| Property | Value |
|---|---|
| Caption | "BACK" |
| StyleName | "SquareMenuButton" |
| WinHeight | 1.0 |
| WinLeft | 0.0 |
| WinTop | 0.0 |
| WinWidth | 0.2 |
[edit] MyChangeNickButton
Class: XInterface.GUIButton
| Property | Value |
|---|---|
| Caption | "CHANGE NICK" |
| StyleName | "SquareMenuButton" |
| WinHeight | 1.0 |
| WinLeft | 0.2 |
| WinTop | 0.0 |
| WinWidth | 0.2 |
[edit] MyLeaveButton
Class: XInterface.GUIButton
| Property | Value |
|---|---|
| Caption | "" |
| StyleName | "SquareMenuButton" |
| WinHeight | 1.0 |
| WinLeft | 0.4 |
| WinTop | 0.0 |
| WinWidth | 0.2 |
[edit] Functions
[edit] Events
[edit] InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
[edit] Other instance functions
[edit] BackClick
function bool BackClick (GUIComponent Sender)
[edit] ChangeNickClick
function bool ChangeNickClick (GUIComponent Sender)
[edit] LeaveChannelClick
function bool LeaveChannelClick (GUIComponent Sender)
[edit] TabChange
function TabChange (GUIComponent Sender)
