Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:UT2K4ChatPassword (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> UT2K4GenericMessageBox >> UT2K4GetDataMenu >> UT2K4ChatPassword |
Contents
- 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. |
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[edit]
ChatRoomTitle[edit]
Type: string
IncorrectPassword[edit]
Type: string
Modifiers: localized
Default value: "Incorrect password specified for channel '%ChatRoom%' ."
Default values[edit]
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[edit]
GetPassFail[edit]
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[edit]
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[edit]
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[edit]
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[edit]
Events[edit]
HandleParameters[edit]
Overrides: UT2K4GetDataMenu.HandleParameters
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: UT2K4GetDataMenu.InitComponent
Other instance functions[edit]
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)
Overrides: UT2K4GetDataMenu.InternalOnClick
RetryPassword[edit]
function RetryPassword ()