Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Extension.ExtensionObject | +-- Extension.Window | +-- DeusEx.HUDBaseWindow | +-- DeusEx.HUDActiveItemsBorderBase | +-- DeusEx.HUDActiveAugsBorder
Variables Summary | |
---|---|
int | FirstKeyNum |
int | LastKeyNum |
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 | ||
---|---|---|
![]() | AddIcon (Texture newIcon, Object saveObject)) | |
![]() | ClearAugmentationDisplay ())) | |
![]() | CreateIcons ())) | |
![]() | HUDActiveAug | FindAugWindowByKey (Augmentation anAug)) |
![]() | InitWindow ())) | |
![]() | RemoveObject (Object removeObject)) | |
![]() | 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 |
---|
Functions Detail |
---|
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 | Deus Ex UnrealScript Documentation |
previous class next class | frames no frames |