UE3:ScriptConsoleEntry (UT3): Difference between revisions
Auto-generated page |
No edit summary |
||
Line 96: | Line 96: | ||
! Value | ! Value | ||
|- | |- | ||
| | | ScaleType[3] | ||
| | | {{tl|EPositionEvalType||UIRoot enums|EVALPOS_PixelOwner}} | ||
|- | |- | ||
| Value[3] | | Value[3] | ||
Line 130: | Line 130: | ||
! Value | ! Value | ||
|- | |- | ||
| | | ScaleType[2] | ||
| | | {{tl|EPositionEvalType||UIRoot enums|EVALPOS_PercentageOwner}} | ||
| | |||
| | |||
| | |||
|- | |- | ||
| Value[2] | | Value[2] | ||
| 1.0 | | 1.0 | ||
|- | |||
| Value[3] | |||
| 2.0 | |||
|} | |} | ||
|- | |- | ||
Line 187: | Line 187: | ||
! Value | ! Value | ||
|- | |- | ||
| | | ScaleType[2] | ||
| | | {{tl|EPositionEvalType||UIRoot enums|EVALPOS_PercentageOwner}} | ||
| | |||
| | |||
| | |||
|- | |- | ||
| Value[2] | | Value[2] | ||
| 1.0 | | 1.0 | ||
|- | |||
| Value[3] | |||
| 2.0 | |||
|} | |} | ||
|- | |- |
Revision as of 07:40, 23 May 2008
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UIPanel >> ScriptConsoleEntry |
- Package:
- Engine
- This class in other games:
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. |
Example of how to setup a complex widget which contains child widgets in unrealscript.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
Constants
ConsolePromptText
Value: "(> "
Properties
InputBox
Type: UIEditBox
Modifiers: instanced
Default value: UIEditBox'Engine.Default__ScriptConsoleEntry:ConsoleInputTemplate'
LowerConsoleBorder
Type: UIImage
Modifiers: instanced
Default value: UIImage'Engine.Default__ScriptConsoleEntry:LowerBorderTemplate'
UpperConsoleBorder
Type: UIImage
Modifiers: instanced
Default value: UIImage'Engine.Default__ScriptConsoleEntry:UpperBorderTemplate'
Default values
Property | Value | ||||||
---|---|---|---|---|---|---|---|
PrimaryStyle |
| ||||||
WidgetTag | 'ConsoleInputBox' |
Subobjects
ConsoleInputTemplate
Class: Engine.UIEditBox
Property | Value | ||||||
---|---|---|---|---|---|---|---|
__OnCreate__Delegate | |||||||
DataSource |
| ||||||
Position |
| ||||||
PrimaryStyle |
| ||||||
WidgetTag | 'InputBox' |
LowerBorderTemplate
Class: Engine.UIImage
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
Position |
| ||||||||
PrimaryStyle |
| ||||||||
WidgetTag | 'LowerConsoleBorder' |
PanelBackgroundTemplate
Class: Engine.UIComp_DrawImage
Inherits from: UIPanel.PanelBackgroundTemplate
Property | Value | ||||
---|---|---|---|---|---|
ImageStyle |
|
UpperBorderTemplate
Class: Engine.UIImage
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
Position |
| ||||||||
PrimaryStyle |
| ||||||||
WidgetTag | 'UpperConsoleBorder' |
WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UIPanel.WidgetEventComponent
No new values.
Functions
Events
Initialized
Overrides: UIScreenObject.Initialized
Called once this screen object has been completely initialized, before it has called Initialize on its children.
PostInitialize
Overrides: UIScreenObject.PostInitialize
Called after this screen object's children have been initialized
Other instance functions
OnCreateChild
SetValue