DeusEx.ConWindowActive
- Extends
- ConWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.ConWindow
|
+-- DeusEx.ConWindowActive
Inherited Variables from DeusEx.DeusExBaseWindow |
colBlack, colBlue, colCyan, colDarkBlue, colDarkCyan, colDarkGreen, colDarkRed, colGreen, colGrey, colLightBlue, colRed, colWhite, player, root, ScreenType |
Enumerations Summary |
EMoveModes MM_Enter,
MM_Exit,
MM_None |
Inherited Functions from DeusEx.ConWindow |
AppendText, ChildRequestedReconfiguration, Clear, Close, ConfigurationChanged, ConfigureCameraWindow, CreateCameraWindow, CreateSpeechWindow, DestroyCameraWindow, DestroyChildren, DisplayName, DisplayText, InitWindow, MouseButtonReleased, ProcessCameraKey, SetForcePlay, ShowReceivedItem, Tick, UpdateCameraInfo, VirtualKeyPressed |
var bool bRestrictInput;
var Color colConTextChoice;
var Color colConTextFocus;
var Color colConTextSkill;
var float currentWindowPos;
lowerFinalHeightPercent Source code
var float lowerFinalHeightPercent;
var float movePeriod;
var int numChoices;
upperFinalHeightPercent Source code
var float upperFinalHeightPercent;
function AbortCinematicConvo ( ) )
function bool ButtonActivated (
Window buttonPressed ) )
function CalculateWindowSizes ( ) )
ChildRequestedReconfiguration Source code
event bool ChildRequestedReconfiguration (
window childWin) )
function Close ( ) )
event ConfigurationChanged ( ) )
function CreateReceivedWindow ( ) )
function DestroyChildren ( ) )
event DestroyWindow ( ) )
function DisplayChoice (
ConChoice choice ) )
function DisplaySkillChoice (
ConChoice choice ) )
event InitWindow ( ) )
event bool MouseButtonReleased (
float pointX,
float pointY,
EInputKey button,
int numClicks) )
function RestrictInput ( bool bNewRestrictInput) )
function SetForcePlay ( bool bNewForcePlay) )
function ShowReceivedItem (
Inventory invItem,
int count) )
event Tick ( float deltaSeconds) )
event bool VirtualKeyPressed (
EInputKey key,
bool bRepeat) )
event VisibilityChanged ( bool bNewVisibility) )
defaultproperties
{
colConTextFocus=(R=255,G=255)
colConTextChoice=(B=255)
colConTextSkill=(R=255)
lowerFinalHeightPercent=0.210000
upperFinalHeightPercent=0.104000
movePeriod=0.600000
conTexture=Texture'DeusExUI.UserInterface.ConWindowActiveBackground'
}
|
Creation time: Mon 8/11/2021 16:31:05.166 - Created with
UnCodeX