Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.IngameChat

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.IngameChat

Variables Summary
boolbIgnoreChar
byteCloseKey
ExtendedConsoleMyConsole
GUIEditBoxMyEditBox
intOldCMC
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
function Clear ()))
event HandleParameters (string Param1, string Param2))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta))
functionbool InternalOnKeyType (out byte Key, optional string Unicode))
function MyOnClose (optional Bool bCanceled))
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

bIgnoreChar Source code

var bool bIgnoreChar;

CloseKey Source code

var byte CloseKey;

MyConsole Source code

var ExtendedConsole MyConsole;

MyEditBox Source code

var GUIEditBox MyEditBox;

OldCMC Source code

var int OldCMC;


Functions Detail

Clear Source code

function Clear ( ) )

HandleParameters Source code

event HandleParameters ( string Param1, string Param2) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnKeyEvent Source code

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

InternalOnKeyType Source code

function bool InternalOnKeyType ( out byte Key, optional string Unicode) )

MyOnClose Source code

function MyOnClose ( optional Bool bCanceled) )


Defaultproperties

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
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:09.213 - Created with UnCodeX