I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:UT2K4IRC_Panel (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> UT2K4IRC_Panel |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 AddChannelToHistory
- 2.2.2 AddServerToHistory
- 2.2.3 FindChannelHistoryIndex
- 2.2.4 FindServerHistoryIndex
- 2.2.5 GetSizingButton
- 2.2.6 InternalOnChange
- 2.2.7 InternalOnClick
- 2.2.8 IsCurrentServer
- 2.2.9 LoadChannelHistory
- 2.2.10 LoadServerHistory
- 2.2.11 PositionButtons
- 2.2.12 RemoveChannelFromHistory
- 2.2.13 RemoveServerFromHistory
- 2.2.14 UpdateConnectionStatus
- Package:
- GUI2K4
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. |
Specialized utility panel for use on the IRC status page. Contains combo boxes for servers & channels, buttons for join, leave, remove, etc.
Written by Ron Prestenback (c) 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'UT2K4IRC_Panel'[edit]
bDirty[edit]
Type: bool
Modifiers: noexport, transient
ChannelHistory[edit]
Modifiers: globalconfig
ServerHistory[edit]
Modifiers: globalconfig
Default value, index 0: "irc.enterthegame.com"
Default value, index 1: "irc.utchat.com"
Internal variables[edit]
b_Connect[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'MyConnectButton'
b_JoinChannel[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'MyJoinChannelButton'
b_RemChannel[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'MyRemoveChannelButton'
b_RemServer[edit]
Type: GUIButton
Modifiers: automated
Default value: GUIButton'MyRemoveServerButton'
co_Channel[edit]
Type: moComboBox
Modifiers: automated
Default value: moComboBox'MyChannelCombo'
co_Server[edit]
Type: moComboBox
Modifiers: automated
Default value: moComboBox'MyServerCombo'
ConnectText[edit]
Type: string
Modifiers: localized
Default value: "CONNECT"
DisconnectText[edit]
Type: string
Modifiers: localized
Default value: "DISCONNECT"
LocalChannel[edit]
Type: string
Modifiers: localized
Default value: "#ut"
SizingButton[edit]
Type: GUIButton
tp_System[edit]
Type: UT2K4IRC_System
Default values[edit]
Property | Value |
---|---|
OnPreDraw | PositionButtons |
Subobjects[edit]
MyChannelCombo[edit]
Class: XInterface.moComboBox
Property | Value |
---|---|
bAutoSizeCaption | True |
bBoundToParent | True |
bHeightFromComponent | False |
bScaleToParent | True |
Caption | "Channel" |
CaptionWidth | 0.25 |
RenderWeight | 3.0 |
TabOrder | 1 |
WinHeight | 0.3 |
WinLeft | 0.15 |
WinTop | 0.5 |
WinWidth | 0.4 |
MyConnectButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "CONNECT" |
OnClick | InternalOnClick |
RenderWeight | 3.0 |
TabOrder | 2 |
WinHeight | 0.3 |
WinLeft | 0.56 |
WinTop | 0.1 |
WinWidth | 0.2 |
MyJoinChannelButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "JOIN" |
OnClick | InternalOnClick |
RenderWeight | 3.0 |
TabOrder | 3 |
WinHeight | 0.3 |
WinLeft | 0.56 |
WinTop | 0.5 |
WinWidth | 0.2 |
MyRemoveChannelButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "REMOVE" |
OnClick | InternalOnClick |
RenderWeight | 3.0 |
TabOrder | 5 |
WinHeight | 0.3 |
WinLeft | 0.77 |
WinTop | 0.5 |
WinWidth | 0.2 |
MyRemoveServerButton[edit]
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "REMOVE" |
OnClick | InternalOnClick |
RenderWeight | 3.0 |
TabOrder | 4 |
WinHeight | 0.3 |
WinLeft | 0.77 |
WinTop | 0.1 |
WinWidth | 0.2 |
MyServerCombo[edit]
Class: XInterface.moComboBox
Property | Value |
---|---|
bBoundToParent | True |
bHeightFromComponent | False |
bScaleToParent | True |
Caption | "Server" |
CaptionWidth | 0.25 |
OnChange | InternalOnChange |
RenderWeight | 3.0 |
TabOrder | 0 |
WinHeight | 0.3 |
WinLeft | 0.15 |
WinTop | 0.102967 |
WinWidth | 0.4 |
Functions[edit]
Events[edit]
Free[edit]
Overrides: GUIMultiComponent.Free
InitComponent[edit]
Overrides: GUIPanel.InitComponent