Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:UT2K4ChatPassword (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
GUI2K4

Created on: 08/29/2003 This page pops up when attempting to enter a chatroom which has a password.

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

ChatRoomTitle

Type: string


IncorrectPassword

Type: string

Modifiers: localized


Default value: "Incorrect password specified for channel '%ChatRoom%' ."

Default values

Property Value
b_Cancel GUIButton'GetPassFail'
b_OK GUIButton'GetPassRetry'
bAllowedAsLast True
ed_Data moEditBox'GetPassPW'
l_Text GUILabel'GetPassLabel'
OpenSound Sound'MenuSounds.SelectDshort'

Subobjects

GetPassFail

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "CANCEL"
OnClick InternalOnClick
StyleName "SquareButton"
TabOrder 2
WinHeight 0.045
WinLeft 0.586523
WinTop 0.561667
WinWidth 0.1475

GetPassLabel

Class: XInterface.GUILabel

Property Value
bBoundToParent True
bMultiLine True
Caption "A password is required to join this chat room"
FontScale FNS_Large
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.054688
WinLeft 0.010742
WinTop 0.318897
WinWidth 0.995117

GetPassPW

Class: XInterface.moEditBox

Property Value
Caption "Chat Room Password"
CaptionWidth 0.4
TabOrder 0
WinHeight 0.047305
WinLeft 0.2125
WinTop 0.49745
WinWidth 0.643751

GetPassRetry

Class: XInterface.GUIButton

Property Value
bBoundToParent True
Caption "RETRY"
OnClick InternalOnClick
StyleName "SquareButton"
TabOrder 1
WinHeight 0.04
WinLeft 0.346289
WinTop 0.561667
WinWidth 0.131641

Functions

Events

HandleParameters

event HandleParameters (string Title, string FailCode)

Overrides: UT2K4GetDataMenu.HandleParameters


InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4GetDataMenu.InitComponent


Other instance functions

InternalOnClick

function bool InternalOnClick (GUIComponent Sender)

Overrides: UT2K4GetDataMenu.InternalOnClick


RetryPassword

function RetryPassword ()