DeusEx.HUDLogDisplay
- Extends
- HUDSharedBorderWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- DeusEx.HUDBaseWindow
|
+-- DeusEx.HUDSharedBorderWindow
|
+-- DeusEx.HUDLogDisplay
Inherited Variables from DeusEx.HUDBaseWindow |
backgroundDrawStyle, backgroundHeight, backgroundPosX, backgroundPosY, backgroundWidth, bDrawBorder, borderDrawStyle, colBackground, colBorder, colHeaderText, colText, player |
var Bool bMessagesWaiting;
var Float displayTime;
var Font fontLog;
var Float lastLogMsg;
var Float logMargin;
var Sound logSoundToPlay;
var int MaxLogLines;
var int MinLogLines;
function AddLog (
coerce String newLog,
Color linecol) )
ChildRequestedReconfiguration Source code
event bool ChildRequestedReconfiguration (
window childWin) )
function ConfigurationChanged ( ) )
function CreateControls ( ) )
event InitWindow ( ) )
function Bool MessagesWaiting ( ) )
ParentRequestedPreferredSize Source code
event ParentRequestedPreferredSize ( bool bWidthSpecified, out float preferredWidth,
bool bHeightSpecified, out float preferredHeight) )
function PlayLogSound ( Sound newLogSound) )
function SetIcon (
Texture newIcon) )
function SetLogTimeout ( Float newTimeout) )
function SetMaxLogLines ( Byte newLogLines) )
event StyleChanged ( ) )
event Tick ( float deltaSeconds) )
event VisibilityChanged ( bool bNewVisibility) )
defaultproperties
{
displayTime=3.000000
fontLog=Font'DeusExUI.FontMenuSmall_DS'
logMargin=10.000000
MinLogLines=4
maxLogLines=10
}
|
Creation time: Mon 8/11/2021 16:31:08.510 - Created with
UnCodeX