Gah - a solution with more questions. – EntropicLqd

UE2:UT2K4IRC_System (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:EAwayMode (UT2004))
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4IRC_Page >> UT2K4IRC_System
Package: 
GUI2K4

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]

delegate NewChannelSelected (int CurrentChannel)


OnConnect[edit]

delegate OnConnect ()


OnDisconnect[edit]

delegate OnDisconnect ()


Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4IRC_Page.InitComponent


Timer[edit]

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions[edit]

See UT2K4IRC_System instance functions.