- Extends
- UT2K3GUIPage
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K3GUIPage
|
+-- XInterface.IngameChat
Inherited Variables from XInterface.GUIPage |
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
Inherited Functions from XInterface.GUIPage |
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus |
var bool bIgnoreChar;
var byte CloseKey;
var int OldCMC;
function Clear ( ) )
event HandleParameters ( string Param1, string Param2) )
function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta) )
function bool InternalOnKeyType ( out byte Key, optional string Unicode) )
function MyOnClose ( optional Bool bCanceled) )
defaultproperties
{
Begin Object Class=GUIImage name=ChatBackground
bAcceptsInput=false
bNeverFocus=true
Image=Material'InterfaceContent.Menu.SquareBoxA'
ImageStyle=ISTY_Stretched
WinWidth=1
WinLeft=0
WinHeight=1
WinTop=0
bBoundToParent=true
bScaleToParent=true
End Object
Controls(0)=GUIImage'ChatBackground'
Begin Object Class=GUIScrollTextBox Name=chatText
WinWidth=0.94
WinHeight=0.88
WinLeft=0.03
WinTop=0.02
CharDelay=0.0025
EOLDelay=0
bBoundToParent=true
bScaleToParent=true
StyleName="NoBackground"
bNoTeletype=true
bNeverFocus=true
End Object
Controls(1)=GUIScrollTextBox'ChatText'
Begin Object Class=GUIEditBox name=ChatEdit
WinWidth=1
WinLeft=0
WinHeight=0.06
WinTop=0.94
bBoundToParent=true
bScaleToParent=true
StyleName="SquareButton"
End Object
Controls(2)=GUIEditBox'ChatEdit'
bRequire640x480=false
bAllowedAsLast=true
WinLeft=0.1
WinWidth=0.8
WinTop=0.1
WinHeight=0.8
bPersistent=true
}
|
Creation time: Do 14.8.2014 09:58:09.213 - Created with
UnCodeX