| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TextWindow
|
+-- Extension.ButtonWindow
|
+-- DeusEx.PersonaBorderButtonWindow
|
+-- DeusEx.PersonaHealthActionButtonWindow
| Variables Summary | |
|---|---|
| String | HealButtonLabel |
| int | partIndex |
| Inherited Variables from Extension.ButtonWindow |
|---|
| activateDelay, activateTimer, bAutoRepeat, bButtonPressed, bEnableRightMouseClick, bMousePressed, clickSound, curTextColor, curTexture, curTileColor, info[6], initialDelay, lastInputKey, pressSound, repeatRate, repeatTime |
| Structures Summary |
|---|
| Inherited Structures from DeusEx.PersonaBorderButtonWindow |
|---|
| S_MenuUIBorderButtonTextures |
| Inherited Structures from Extension.ButtonWindow |
|---|
| ButtonDisplayInfo |
| Functions Summary | ||
|---|---|---|
![]() | int | GetPartIndex ())) |
![]() | InitWindow ())) | |
![]() | SetPartIndex (int newPartIndex)) | |
| Inherited Functions from DeusEx.PersonaBorderButtonWindow |
|---|
| CenterText, DrawWindow, InitWindow, ParentRequestedPreferredSize, SetButtonMetrics, SetButtonText, SetVerticalOffset, StyleChanged |
| Variables Detail |
|---|
| Functions Detail |
|---|
GetPartIndex Source code
InitWindow Source code
SetPartIndex Source code| Defaultproperties |
|---|
defaultproperties { HealButtonLabel="Heal" Left_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonNormal_Left',Width=4) Left_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonPressed_Left',Width=4) Right_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonNormal_Right',Width=8) Right_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonPressed_Right',Width=8) Center_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonNormal_Center',Width=2) Center_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.HealthButtonPressed_Center',Width=2) buttonHeight=13 minimumButtonWidth=66 } |
| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||