UE2:UT2K4InGameChat (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> UT2K4InGameChat
Package:
GUI2K4


Properties

Property group 'UT2K4InGameChat'

CloseKey

Type: array<byte>

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

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

function HandleChat (string Msg, int TeamIndex)


InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: FloatingWindow.InternalOnCreateComponent


InternalOnKeyEvent

function bool InternalOnKeyEvent (out byte Key, out byte State, float delta)