UE2:UT2K4InGameChat (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> UT2K4InGameChat |
- 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. |
Properties
Property group 'UT2K4InGameChat'
CloseKey
Modifiers: editinline
OldCMC
Type: int
TextColor
Type: Object.Color
Array size: 3
Modifiers: editinlinenotify
Internal variables
eb_Send
Type: moEditBox
Modifiers: automated
Default value: moEditBox'ebSend'
lb_Chat
Type: GUIScrollTextBox
Modifiers: automated
Default value: GUIScrollTextBox'lbChat'
sB_Main
Type: GUISectionBackground
Modifiers: automated
Default value: AltSectionBackground'sbMain'
Default values
Property | Value |
---|---|
bAllowedAsLast | True |
bPersistent | True |
bResizeHeightAllowed | False |
bResizeWidthAllowed | False |
DefaultHeight | 0.847083 |
DefaultLeft | 0.110313 |
DefaultTop | 0.057916 |
DefaultWidth | 0.779688 |
WindowName | "In-Game Chat" |
WinHeight | 0.847083 |
WinLeft | 0.110313 |
WinTop | 0.057916 |
WinWidth | 0.779688 |
Subobjects
ebSend
Class: XInterface.moEditBox
Property | Value |
---|---|
bAutoSizeCaption | True |
bBoundToParent | True |
bScaleToParent | True |
Caption | "Say: " |
CaptionWidth | 0.1 |
ComponentWidth | -1.0 |
Hint | "Prefix a message with a dot (.) to send a team message or a slash (/) to send a command." |
LabelJustification | TXTA_Left |
TabOrder | 0 |
WinHeight | 0.035416 |
WinLeft | 0.099584 |
WinTop | 0.943855 |
WinWidth | 0.818909 |
lbChat
Class: XInterface.GUIScrollTextBox
Property | Value |
---|---|
bBoundToParent | True |
bNeverFocus | True |
bNoTeletype | True |
bScaleToParent | True |
CharDelay | 0.0025 |
EOLDelay | 0.0 |
FontScale | FNS_Small |
Separator | "þ" |
StyleName | "NoBackground" |
TextAlign | TXTA_Left |
WinHeight | 0.558333 |
WinLeft | 0.0 |
WinTop | 0.441667 |
WinWidth | 1.0 |
sbMain
Class: GUI2K4.AltSectionBackground
Property | Value |
---|---|
bBoundToParent | True |
bFillClient | True |
bNeverFocus | True |
BottomPadding | 0.0 |
bScaleToParent | True |
LeftPadding | 0.0 |
RightPadding | 0.0 |
TopPadding | 0.0 |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinTop | 0.0 |
WinWidth | 1.0 |
Functions
Events
Closed
event Closed (GUIComponent Sender, bool bCancelled)
Overrides: GUIPage.Closed
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: FloatingWindow.InitComponent
Opened
event Opened (GUIComponent Sender)
Overrides: PopupPageBase.Opened
Other instance functions
HandleChat
InternalOnCreateComponent
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
Overrides: FloatingWindow.InternalOnCreateComponent
InternalOnKeyEvent