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

DeusEx.HUDActiveAug

Extends
HUDActiveItemBase

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.HUDBaseWindow
         |   
         +-- DeusEx.HUDActiveItemBase
            |   
            +-- DeusEx.HUDActiveAug

Variables Summary
ColorcolAugActive
ColorcolAugInactive
ColorcolBlack
inthotKeyNum
StringhotKeyString
Inherited Variables from DeusEx.HUDActiveItemBase
colItemIcon, icon, iconDrawStyle, iconHeight, iconWidth, texBackground
Inherited Variables from DeusEx.HUDBaseWindow
backgroundDrawStyle, backgroundHeight, backgroundPosX, backgroundPosY, backgroundWidth, bDrawBorder, borderDrawStyle, colBackground, colBorder, colHeaderText, colText, player

Functions Summary
function DrawHotKey (GC gc))
function SetKeyNum (int newNumber))
function SetObject (object newClientObject))
function UpdateAugIconStatus ()))
Inherited Functions from DeusEx.HUDActiveItemBase
DrawBackground, DrawHotKey, DrawWindow, InitWindow, SetIcon, SetIconMasked, SetObject
Inherited Functions from DeusEx.HUDBaseWindow
DrawBackground, DrawBorder, DrawWindow, InitWindow, RefreshHUDDisplay, StyleChanged


Variables Detail

colAugActive Source code

var Color colAugActive;

colAugInactive Source code

var Color colAugInactive;

colBlack Source code

var Color colBlack;

hotKeyNum Source code

var int hotKeyNum;

hotKeyString Source code

var String hotKeyString;


Functions Detail

DrawHotKey Source code

function DrawHotKey ( GC gc) )

SetKeyNum Source code

function SetKeyNum ( int newNumber) )

SetObject Source code

function SetObject ( object newClientObject) )

UpdateAugIconStatus Source code

function UpdateAugIconStatus ( ) )


Defaultproperties

defaultproperties
{
     colAugActive=(R=255,G=255)
     colAugInactive=(R=100,G=100,B=100)
     colItemIcon=(B=0)
}

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