Gah - a solution with more questions. – EntropicLqd
UE2:UT2K4IRC_System (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4IRC_Page >> UT2K4IRC_System |
Contents
- 1 Properties
- 1.1 Property group 'UT2K4IRC_System'
- 1.2 Internal variables
- 1.2.1 AwayMode
- 1.2.2 bAway
- 1.2.3 bConnected
- 1.2.4 bSysInitialized
- 1.2.5 ByText
- 1.2.6 ChangeNickCaption
- 1.2.7 ChanKeyMenu
- 1.2.8 Channels
- 1.2.9 ChooseNewNickText
- 1.2.10 CloseWindowCaption
- 1.2.11 CurChannel
- 1.2.12 DisconnectCaption
- 1.2.13 InvalidKickText
- 1.2.14 InvalidModeText
- 1.2.15 IsAwayText
- 1.2.16 KickedFromText
- 1.2.17 LastServer
- 1.2.18 LeavePrivateText
- 1.2.19 Link
- 1.2.20 LinkClassName
- 1.2.21 NewNickMenu
- 1.2.22 NickInUseText
- 1.2.23 NickInvalidText
- 1.2.24 NotInAChannelText
- 1.2.25 p_IRC
- 1.2.26 PrevChannel
- 1.2.27 TestIRCString
- 1.2.28 tp_Main
- 1.3 Default values
- 1.4 Subobjects
- 2 Enums
- 3 Delegates
- 4 Functions
- 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. |
This class implements the "Status" window of the UT2004 IRC client
Updated by Ron Prestenback (c) 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
Property group 'UT2K4IRC_System'[edit]
DefaultChannel[edit]
Type: string
Modifiers: globalconfig
FullName[edit]
Type: string
Modifiers: globalconfig
NickName[edit]
Type: string
Modifiers: globalconfig
OldPlayerName[edit]
Type: string
Modifiers: globalconfig
UserIdent[edit]
Type: string
Modifiers: globalconfig
Internal variables[edit]
AwayMode[edit]
Type: EAwayMode
bAway[edit]
Type: bool
Modifiers: private
bConnected[edit]
Type: bool
Modifiers: private
bSysInitialized[edit]
Type: bool
Modifiers: private
ByText[edit]
Type: string
Modifiers: localized
Default value: "by"
ChangeNickCaption[edit]
Type: string
Modifiers: localized
Default value: "CHANGE NICK"
ChanKeyMenu[edit]
Type: string
Modifiers: config
Default value: "GUI2K4.UT2K4IRC_ChanKey"
Channels[edit]
Type: array<UT2K4IRC_Channel>
ChooseNewNickText[edit]
Type: string
Modifiers: localized
Default value: "Choose A New IRC Nickname"
CloseWindowCaption[edit]
Type: string
Modifiers: localized
Default value: "LEAVE CHANNEL"
CurChannel[edit]
Type: int
Default value: -2
DisconnectCaption[edit]
Type: string
Modifiers: localized
Default value: "DISCONNECT"
InvalidKickText[edit]
Type: string
Modifiers: localized
Default value: "Invalid parameters for %Cmd% - Syntax: /%Cmd% #ChannelName Nick :[Reason]"
InvalidModeText[edit]
Type: string
Modifiers: localized
Default value: "Invalid parameters for MODE - Syntax: /MODE [#]target -]modes [Extra Params"
IsAwayText[edit]
Type: string
Modifiers: localized
Default value: "is away"
KickedFromText[edit]
Type: string
Modifiers: localized
Default value: "You were kicked from"
LastServer[edit]
Type: string
LeavePrivateText[edit]
Type: string
Modifiers: localized
Default value: "CLOSE %ChanName% "
Link[edit]
Type: UT2K4IRCLink
LinkClassName[edit]
Type: string
Default value: "GUI2K4.UT2K4IRCLink"
NewNickMenu[edit]
Type: string
Modifiers: config
Default value: "GUI2K4.UT2K4IRC_NewNick"
NickInUseText[edit]
Type: string
Modifiers: localized
Default value: "Nickname Already In Use"
NickInvalidText[edit]
Type: string
Modifiers: localized
Default value: "Nickname Is Invalid"
NotInAChannelText[edit]
Type: string
Modifiers: localized
Default value: "Not in a channel!"
p_IRC[edit]
Type: UT2K4IRC_Panel
PrevChannel[edit]
Type: int
Default value: -1
TestIRCString[edit]
Type: string
tp_Main[edit]
Type: UT2K4Browser_IRC
Default values[edit]
Property | Value |
---|---|
MainSplitterPosition | 0.5 |
sp_Main | GUISplitter'SplitterA' |
Subobjects[edit]
SplitterA[edit]
Class: XInterface.GUISplitter
Property | Value |
---|---|
bFixedSplitter | True |
DefaultPanels[0] | "XInterface.GUIScrollTextBox" |
DefaultPanels[1] | "GUI2K4.UT2K4IRC_Panel" |
OnCreateComponent | InternalOnCreateComponent |
SplitOrientation | SPLIT_Vertical |
SplitPosition | 0.8 |
TabOrder | 1 |
WinHeight | 0.95 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
Enums[edit]
EAwayMode[edit]
- AM_None
- AM_Server
- AM_InstantAction
- AM_Menus
Delegates[edit]
NewChannelSelected[edit]
OnConnect[edit]
OnDisconnect[edit]
Functions[edit]
Events[edit]
InitComponent[edit]
Overrides: UT2K4IRC_Page.InitComponent
Timer[edit]
Overrides: GUIComponent.Timer