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

DeusEx.HUDBarkDisplay

Extends
HUDSharedBorderWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.HUDBaseWindow
         |   
         +-- DeusEx.HUDSharedBorderWindow
            |   
            +-- DeusEx.HUDBarkDisplay

Variables Summary
IntbarkCount
TileWindowwinBarks
Inherited Variables from DeusEx.HUDSharedBorderWindow
bottomMargin, minHeight, texBackgrounds[9], texBorders[9], topMargin
Inherited Variables from DeusEx.HUDBaseWindow
backgroundDrawStyle, backgroundHeight, backgroundPosX, backgroundPosY, backgroundWidth, bDrawBorder, borderDrawStyle, colBackground, colBorder, colHeaderText, colText, player

Functions Summary
function AddBark (string text, float newDisplayTime, Actor speakingActor))
event DescendantRemoved (Window descendant))
event InitWindow ()))
event ParentRequestedPreferredSize (bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight))
functionString TrimSpaces (String trimString))
Inherited Functions from DeusEx.HUDSharedBorderWindow
DrawBackground, DrawBorder
Inherited Functions from DeusEx.HUDBaseWindow
DrawBackground, DrawBorder, DrawWindow, InitWindow, RefreshHUDDisplay, StyleChanged


Variables Detail

barkCount Source code

var Int barkCount;

winBarks Source code

var TileWindow winBarks;


Functions Detail

AddBark Source code

function AddBark ( string text, float newDisplayTime, Actor speakingActor) )

DescendantRemoved Source code

event DescendantRemoved ( Window descendant) )

InitWindow Source code

event InitWindow ( ) )

ParentRequestedPreferredSize Source code

event ParentRequestedPreferredSize ( bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight) )

TrimSpaces Source code

function String TrimSpaces ( String trimString) )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:08.345 - Created with UnCodeX