I'm a doctor, not a mechanic
UE2:IngameChat (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K3GUIPage >> IngameChat |
Contents
- Package:
- XInterface
- This class in other games:
- UT2003
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. |
(C) 2002, Epic Games
Properties
bIgnoreChar
Type: bool
CloseKey
Type: byte
MyConsole
Type: ExtendedConsole
MyEditBox
Type: GUIEditBox
OldCMC
Type: int
Default values
Property | Value |
---|---|
bAllowedAsLast | True |
bPersistent | True |
bRequire640x480 | False |
Controls[0] | GUIImage'ChatBackground' |
Controls[1] | GUIScrollTextBox'chatText' |
Controls[2] | GUIEditBox'ChatEdit' |
WinHeight | 0.8 |
WinLeft | 0.1 |
WinTop | 0.1 |
WinWidth | 0.8 |
Subobjects
ChatBackground
Class: XInterface.GUIImage
Property | Value |
---|---|
bAcceptsInput | False |
bBoundToParent | True |
bNeverFocus | True |
bScaleToParent | True |
Image | Material'InterfaceContent.Menu.SquareBoxA' |
ImageStyle | ISTY_Stretched |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
ChatEdit
Class: XInterface.GUIEditBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
StyleName | "SquareButton" |
WinHeight | 0.06 |
WinLeft | 0.0 |
WinTop | 0.94 |
WinWidth | 1.0 |
chatText
Class: XInterface.GUIScrollTextBox
Property | Value |
---|---|
bBoundToParent | True |
bNeverFocus | True |
bNoTeletype | True |
bScaleToParent | True |
CharDelay | 0.0025 |
EOLDelay | 0.0 |
StyleName | "NoBackground" |
WinHeight | 0.88 |
WinLeft | 0.03 |
WinTop | 0.02 |
WinWidth | 0.94 |
Functions
Events
HandleParameters
Overrides: GUIPage.HandleParameters
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
Other instance functions
Clear
function Clear ()
InternalOnKeyEvent
InternalOnKeyType
MyOnClose
function MyOnClose (optional bool bCanceled)