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

DeusEx.HUDActiveAugsBorder

Extends
HUDActiveItemsBorderBase

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.HUDBaseWindow
         |   
         +-- DeusEx.HUDActiveItemsBorderBase
            |   
            +-- DeusEx.HUDActiveAugsBorder

Variables Summary
intFirstKeyNum
intLastKeyNum
Inherited Variables from DeusEx.HUDActiveItemsBorderBase
borderBottomMargin, borderTopMargin, borderWidth, bottomHeight, bottomOffset, iconCount, texBorderBottom, texBorderCenter, texBorderTop, tilePosX, tilePosY, topHeight, topOffset, winIcons
Inherited Variables from DeusEx.HUDBaseWindow
backgroundDrawStyle, backgroundHeight, backgroundPosX, backgroundPosY, backgroundWidth, bDrawBorder, borderDrawStyle, colBackground, colBorder, colHeaderText, colText, player

Functions Summary
function AddIcon (Texture newIcon, Object saveObject))
function ClearAugmentationDisplay ()))
function CreateIcons ()))
functionHUDActiveAug FindAugWindowByKey (Augmentation anAug))
event InitWindow ()))
function RemoveObject (Object removeObject))
function UpdateAugIconStatus (Augmentation aug))
Inherited Functions from DeusEx.HUDActiveItemsBorderBase
AddIcon, CreateTileWindow, DrawBorder, InitWindow, ParentRequestedPreferredSize, RemoveAllIcons, RemoveObject
Inherited Functions from DeusEx.HUDBaseWindow
DrawBackground, DrawBorder, DrawWindow, InitWindow, RefreshHUDDisplay, StyleChanged


Variables Detail

FirstKeyNum Source code

var int FirstKeyNum;

LastKeyNum Source code

var int LastKeyNum;


Functions Detail

AddIcon Source code

function AddIcon ( Texture newIcon, Object saveObject) )

ClearAugmentationDisplay Source code

function ClearAugmentationDisplay ( ) )

CreateIcons Source code

function CreateIcons ( ) )

FindAugWindowByKey Source code

function HUDActiveAug FindAugWindowByKey ( Augmentation anAug) )

InitWindow Source code

event InitWindow ( ) )

RemoveObject Source code

function RemoveObject ( Object removeObject) )

UpdateAugIconStatus Source code

function UpdateAugIconStatus ( Augmentation aug) )


Defaultproperties

defaultproperties
{
     FirstKeyNum=3
     LastKeyNum=12
     texBorderTop=Texture'DeusExUI.UserInterface.HUDAugmentationsBorder_Top'
     texBorderCenter=Texture'DeusExUI.UserInterface.HUDAugmentationsBorder_Center'
     texBorderBottom=Texture'DeusExUI.UserInterface.HUDAugmentationsBorder_Bottom'
     borderTopMargin=13
     borderBottomMargin=9
     borderWidth=62
     topHeight=37
     topOffset=26
     bottomHeight=32
     bottomOffset=28
     tilePosX=20
     tilePosY=13
}

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