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

DeusEx.PersonaHealthRegionWindow

Extends
PersonaBaseWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.PersonaBaseWindow
         |   
         +-- DeusEx.PersonaHealthRegionWindow

Variables Summary
PersonaHealthActionButtonWindowbtnHeal
ButtonWindowbtnRegion
BoolbUseHealButton
ColorcolBarBack
FloatcurrentHealth
FloatmaxHealth
intpartIndex
ProgressBarWindowwinHealthBar
TextWindowwinHealthBarText
PersonaNormalTextWindowwinTitle
Inherited Variables from DeusEx.PersonaBaseWindow
backgroundDrawStyle, bDrawBorder, borderDrawStyle, colBackground, colBorder, colHeaderText, colText, player
Inherited Variables from Extension.Window
acceleratorKey, att, background, backgroundStyle, bBeingDestroyed, bConfigured, bDrawRawBackground, bIsInitialized, bIsSelectable, bIsSensitive, bIsVisible, bLastHeightSpecified, bLastWidthSpecified, bNeedsQuery, bNeedsReconfigure, boldFont, bSmoothBackground, bSpecialText, bStretchBackground, bTextTranslucent, bTickEnabled, clientObject, colMajorIndex, defaultCursor, defaultCursorColor, defaultCursorShadow, defaultHotX, defaultHotY, firstChild, firstTimer, focusSound, freeTimer, gGc, hardcodedHeight, hardcodedWidth, height, hMargin0, hMargin1, holdHeight, holdWidth, holdX, holdY, invisibleSound, lastChild, lastQueryHeight, lastQueryWidth, lastSpecifiedHeight, lastSpecifiedWidth, lockCount, maxClicks, nextSibling, normalFont, parentOwner, prevSibling, rowMajorIndex, soundVolume, textColor, textPlane, textVSpacing, tileColor, tilePlane, unfocusSound, visibleSound, vMargin0, vMargin1, wGc, width, winClipRect, windowType, winHAlign, winParent, winVAlign, x, y

Functions Summary
function CreateControls ()))
function CreateHealButton ()))
function CreateHealthBar ()))
function CreateRegionButton ()))
function CreateTitle ()))
function EnableButtons ()))
functionint GetPartIndex ()))
functionString GetTitle ()))
event InitWindow ()))
functionBool IsDamaged ()))
function SetHealth (float newHealth))
function SetMaxHealth (float newMaxHealth))
function SetPartIndex (int newPartIndex))
function SetTitle (String newTitle))
function ShowHealButton (bool bShow))
Inherited Functions from DeusEx.PersonaBaseWindow
DrawBackground, DrawBorder, DrawWindow, InitWindow, StyleChanged
Inherited Functions from Extension.Window
AcceleratorKeyPressed, AddActorRef, AddTimer, AskParentForReconfigure, AskParentToShowArea, BoxOptionSelected, ButtonActivated, CarriageReturn, ChangeStyle, ChildAdded, ChildRemoved, ChildRequestedReconfiguration, ChildRequestedShowArea, ChildRequestedVisibilityChange, ClipAttributesChanged, ClipPositionChanged, ConfigurationChanged, ConfigureChild, ConvertCoordinates, ConvertScriptString, ConvertVectorToCoordinates, CR, DescendantAdded, DescendantRemoved, Destroy, DestroyAllChildren, DestroyWindow, DisableWindow, DrawWindow, EditActivated, EnableSpecialText, EnableTranslucentText, EnableWindow, FindWindow, FocusEnteredDescendant, FocusEnteredWindow, FocusLeftDescendant, FocusLeftWindow, GetBottomChild, GetClientObject, GetColorScaled, GetCursorPos, GetFocusWindow, GetGC, GetHigherSibling, GetLowerSibling, GetModalWindow, GetParent, GetPlayerPawn, GetRootWindow, GetTabGroupWindow, GetTickOffset, GetTopChild, GrabMouse, Hide, InitWindow, IsActorValid, IsFocusWindow, IsKeyDown, IsPointInWindow, IsSensitive, IsVisible, KeyPressed, ListRowActivated, ListSelectionChanged, Lower, MouseButtonPressed, MouseButtonReleased, MouseEnteredWindow, MouseLeftWindow, MouseMoved, MoveFocusDown, MoveFocusLeft, MoveFocusRight, MoveFocusUp, MoveTabGroupNext, MoveTabGroupPrev, NewChild, ParentRequestedGranularity, ParentRequestedPreferredSize, PlaySound, PostDrawWindow, QueryGranularity, QueryPreferredHeight, QueryPreferredSize, QueryPreferredWidth, Raise, RawKeyPressed, RawMouseButtonPressed, ReleaseGC, RemoveActorRef, RemoveTimer, ResetHeight, ResetSize, ResetWidth, ResizeChild, ScaleAttributesChanged, ScalePositionChanged, ScaleRangeChanged, SensitivityChanged, SetAcceleratorText, SetBackground, SetBackgroundSmoothing, SetBackgroundStretching, SetBackgroundStyle, SetBaselineData, SetBoldFont, SetChildVisibility, SetClientObject, SetConfiguration, SetCursorPos, SetDefaultCursor, SetFocusSounds, SetFocusWindow, SetFont, SetFonts, SetHeight, SetNormalFont, SetPos, SetSelectability, SetSensitivity, SetSize, SetSoundVolume, SetTextColor, SetTextColorRGB, SetTileColor, SetTileColorRGB, SetVisibilitySounds, SetWidth, SetWindowAlignments, Show, TextChanged, ToggleChanged, UngrabMouse, VirtualKeyPressed, VisibilityChanged, WindowReady


Variables Detail

btnHeal Source code

var PersonaHealthActionButtonWindow btnHeal;

btnRegion Source code

var ButtonWindow btnRegion;

bUseHealButton Source code

var Bool bUseHealButton;

colBarBack Source code

var Color colBarBack;

currentHealth Source code

var Float currentHealth;

maxHealth Source code

var Float maxHealth;

partIndex Source code

var int partIndex;

winHealthBar Source code

var ProgressBarWindow winHealthBar;

winHealthBarText Source code

var TextWindow winHealthBarText;

winTitle Source code

var PersonaNormalTextWindow winTitle;


Functions Detail

CreateControls Source code

function CreateControls ( ) )

CreateHealButton Source code

function CreateHealButton ( ) )

CreateHealthBar Source code

function CreateHealthBar ( ) )

CreateRegionButton Source code

function CreateRegionButton ( ) )

CreateTitle Source code

function CreateTitle ( ) )

EnableButtons Source code

function EnableButtons ( ) )

GetPartIndex Source code

function int GetPartIndex ( ) )

GetTitle Source code

function String GetTitle ( ) )

InitWindow Source code

event InitWindow ( ) )

IsDamaged Source code

function Bool IsDamaged ( ) )

SetHealth Source code

function SetHealth ( float newHealth) )

SetMaxHealth Source code

function SetMaxHealth ( float newMaxHealth) )

SetPartIndex Source code

function SetPartIndex ( int newPartIndex) )

SetTitle Source code

function SetTitle ( String newTitle) )

ShowHealButton Source code

function ShowHealButton ( bool bShow) )


Defaultproperties

defaultproperties
{
     bUseHealButton=True
}

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