My program doesn't have bugs. It just develops random features.

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

Contents

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

[edit] Properties

[edit] Property group 'UT2K4IRC_System'

[edit] DefaultChannel

Type: string

Modifiers: globalconfig


[edit] FullName

Type: string

Modifiers: globalconfig


[edit] NickName

Type: string

Modifiers: globalconfig


[edit] OldPlayerName

Type: string

Modifiers: globalconfig


[edit] UserIdent

Type: string

Modifiers: globalconfig


[edit] Internal variables

[edit] AwayMode

Type: EAwayMode


[edit] bAway

Type: bool

Modifiers: private


[edit] bConnected

Type: bool

Modifiers: private


[edit] bSysInitialized

Type: bool

Modifiers: private


[edit] ByText

Type: string

Modifiers: localized


Default value: "by"

[edit] ChangeNickCaption

Type: string

Modifiers: localized


Default value: "CHANGE NICK"

[edit] ChanKeyMenu

Type: string

Modifiers: config


Default value: "GUI2K4.UT2K4IRC_ChanKey"

[edit] Channels

Type: array<UT2K4IRC_Channel>


[edit] ChooseNewNickText

Type: string

Modifiers: localized


Default value: "Choose A New IRC Nickname"

[edit] CloseWindowCaption

Type: string

Modifiers: localized


Default value: "LEAVE CHANNEL"

[edit] CurChannel

Type: int


Default value: -2

[edit] DisconnectCaption

Type: string

Modifiers: localized


Default value: "DISCONNECT"

[edit] InvalidKickText

Type: string

Modifiers: localized


Default value: "Invalid parameters for %Cmd% - Syntax: /%Cmd% #ChannelName Nick :[Reason]"

[edit] InvalidModeText

Type: string

Modifiers: localized


Default value: "Invalid parameters for MODE - Syntax: /MODE [#]target -]modes [Extra Params"

[edit] IsAwayText

Type: string

Modifiers: localized


Default value: "is away"

[edit] KickedFromText

Type: string

Modifiers: localized


Default value: "You were kicked from"

[edit] LastServer

Type: string


[edit] LeavePrivateText

Type: string

Modifiers: localized


Default value: "CLOSE %ChanName% "

[edit] Link

Type: UT2K4IRCLink


[edit] LinkClassName

Type: string


Default value: "GUI2K4.UT2K4IRCLink"

[edit] NewNickMenu

Type: string

Modifiers: config


Default value: "GUI2K4.UT2K4IRC_NewNick"

[edit] NickInUseText

Type: string

Modifiers: localized


Default value: "Nickname Already In Use"

[edit] NickInvalidText

Type: string

Modifiers: localized


Default value: "Nickname Is Invalid"

[edit] NotInAChannelText

Type: string

Modifiers: localized


Default value: "Not in a channel!"

[edit] p_IRC

Type: UT2K4IRC_Panel


[edit] PrevChannel

Type: int


Default value: -1

[edit] TestIRCString

Type: string


[edit] tp_Main

Type: UT2K4Browser_IRC


[edit] Default values

Property Value
MainSplitterPosition 0.5
sp_Main GUISplitter'SplitterA'

[edit] Subobjects

[edit] SplitterA

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

[edit] Enums

[edit] EAwayMode

AM_None 
AM_Server 
AM_InstantAction 
AM_Menus 

[edit] Delegates

[edit] NewChannelSelected

delegate NewChannelSelected (int CurrentChannel)


[edit] OnConnect

delegate OnConnect ()


[edit] OnDisconnect

delegate OnDisconnect ()


[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4IRC_Page.InitComponent


[edit] Timer

event Timer ()

Overrides: GUIComponent.Timer


[edit] Other instance functions

See UT2K4IRC_System instance functions.