DeusEx.PersonaItemDetailButton
- Extends
- PersonaItemButton
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TextWindow
|
+-- Extension.ButtonWindow
|
+-- DeusEx.PersonaItemButton
|
+-- DeusEx.PersonaItemDetailButton
Inherited Variables from DeusEx.PersonaItemButton |
bBackgroundTranslucent, bBorderTranslucent, bDrawBorder, bIconTranslucent, borderHeight, borderWidth, bSelected, buttonHeight, buttonWidth, colBackground, colBorder, colFillSelected, colHeaderText, colIcon, colSelectionBorder, colText, icon, iconPosHeight, iconPosWidth, player, texBorders[9] |
Inherited Variables from Extension.ButtonWindow |
activateDelay, activateTimer, bAutoRepeat, bButtonPressed, bEnableRightMouseClick, bMousePressed, clickSound, curTextColor, curTexture, curTileColor, info[6], initialDelay, lastInputKey, pressSound, repeatRate, repeatTime |
Inherited Functions from Extension.ButtonWindow |
AcceleratorKeyPressed, ActivateButton, EnableAutoRepeat, EnableRightMouseClick, PressButton, SetActivateDelay, SetButtonColors, SetButtonSounds, SetButtonTextures, SetTextColors, VirtualKeyPressed |
var Bool bDisabledByDefault;
var Bool bIgnoreCount;
var localized String CountLabel;
var int itemCount;
event DrawWindow (
GC gc) )
event InitWindow ( ) )
function SetCount ( int newCount) )
function SetCountLabel ( String newLabel) )
function SetIgnoreCount ( bool bIgnore) )
function UpdateIconColor ( ) )
defaultproperties
{
bDisabledByDefault=True
CountLabel="Count: %d"
iconPosWidth=53
iconPosHeight=53
buttonWidth=55
buttonHeight=55
borderWidth=55
borderHeight=55
bIconTranslucent=False
}
|
Creation time: Mon 8/11/2021 16:31:13.955 - Created with
UnCodeX