DeusEx.HUDMedBotHealthScreen
- Extends
- PersonaScreenHealth
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.PersonaScreenBaseWindow
|
+-- DeusEx.PersonaScreenHealth
|
+-- DeusEx.HUDMedBotHealthScreen
Inherited Variables from DeusEx.PersonaScreenHealth |
bShowHealButtons, btnHealAll, HealAllButtonLabel, HealthLocationHead, HealthLocationLeftArm, HealthLocationLeftLeg, HealthLocationRightArm, HealthLocationRightLeg, HealthLocationTorso, HealthPartDesc[4], HealthTitleText, MedKitUseText, partButtons[6], playerHealth[6], PointsHealedLabel, regionWindows[6], selectedHealthButton, winBody, winInfo, winMedKits, winOverlays |
Inherited Variables from DeusEx.PersonaScreenBaseWindow |
clientBorderHeight, clientBorderOffsetX, clientBorderOffsetY, clientBorderTextureCols, clientBorderTextureRows, clientBorderTextures[6], clientBorderWidth, clientHeight, clientOffsetX, clientOffsetY, clientTextureCols, clientTextureRows, clientTextures[6], clientWidth, screenHeight, screenWidth, txtTitle, winClient, winClientBorder, winNavBar, winStatus |
Inherited Functions from DeusEx.PersonaScreenHealth |
ButtonActivated, CreateBodyWindow, CreateButtons, CreateControls, CreateInfoWindow, CreateMedKitWindow, CreateOverlaysWindow, CreatePartButton, CreatePartButtons, CreateRegionWindow, CreateRegionWindows, CreateStatusWindow, EnableButtons, GetMedKitHealPoints, HealAllParts, HealPart, InitWindow, IsPlayerDamaged, PushHealth, RemoveMedKits, SelectHealth, UpdateMedKits, UpdateRegionWindows, UseMedKit |
Inherited Functions from DeusEx.PersonaScreenBaseWindow |
AddLog, CreateClientBorderWindow, CreateClientWindow, CreateControls, CreateNavBarWindow, CreatePersonaButton, CreatePersonaHeaderText, CreateScrollAreaWindow, CreateScrollTileWindow, CreateTileWindow, CreateTitleWindow, DestroyWindow, InitWindow, SaveSettings, StyleChanged, VirtualKeyPressed |
var Bool bSkipAnimation;
var Localized String HealthInfoTextLabel;
var Localized String MedbotInterfaceText;
var Localized String MedBotReadyLabel;
var Localized String MedBotRechargingLabel;
var Localized String MedBotYouAreHealed;
var Localized String ReadyLabel;
var Localized String SecondsPluralLabel;
var Localized String SecondsSingularLabel;
function bool ButtonActivated (
Window buttonPressed) )
function CreateButtons ( ) )
function CreateControls ( ) )
function CreateInfoWindow ( ) )
function CreateMedBotDisplay ( ) )
function CreateMedbotLabel ( ) )
function CreateNavBarWindow ( ) )
function CreateOverlaysWindow ( ) )
function CreateStatusWindow ( ) )
event DestroyWindow ( ) )
function EnableButtons ( ) )
event InitWindow ( ) )
function MedBotHealPlayer ( ) )
function SetMedicalBot (
MedicalBot newBot,
optional bool bPlayAnim) )
function SkipAnimation ( bool bNewSkipAnimation) )
function Tick ( float deltaTime) )
function UpdateMedBotDisplay ( ) )
defaultproperties
{
MedbotInterfaceText="MEDBOT INTERFACE"
HealthInfoTextLabel="The MedBot will heal up to %d units, which are distributed evenly among your damaged body regions."
MedBotRechargingLabel="|nThe MedBot is currently Recharging. Please Wait."
MedBotReadyLabel="|nThe MedBot is Ready, you may now be Healed."
MedBotYouAreHealed="|nYou are currently in Full Health."
SecondsPluralLabel="Recharging: %d seconds"
SecondsSingularLabel="Recharging: %d second"
ReadyLabel="Ready!"
bShowHealButtons=False
HealAllButtonLabel=" H|&eal All "
clientTextures(0)=Texture'DeusExUI.UserInterface.HUDMedbotHealthBackground_1'
clientTextures(1)=Texture'DeusExUI.UserInterface.HUDMedbotHealthBackground_2'
clientTextures(2)=Texture'DeusExUI.UserInterface.HUDMedbotHealthBackground_3'
clientTextures(3)=Texture'DeusExUI.UserInterface.HUDMedbotHealthBackground_4'
clientTextures(4)=Texture'DeusExUI.UserInterface.HUDMedbotHealthBackground_5'
clientTextures(5)=Texture'DeusExUI.UserInterface.HUDMedbotHealthBackground_6'
clientBorderTextures(0)=Texture'DeusExUI.UserInterface.HUDMedBotHealthBorder_1'
clientBorderTextures(1)=Texture'DeusExUI.UserInterface.HUDMedBotHealthBorder_2'
clientBorderTextures(2)=Texture'DeusExUI.UserInterface.HUDMedBotHealthBorder_3'
clientBorderTextures(3)=Texture'DeusExUI.UserInterface.HUDMedBotHealthBorder_4'
clientBorderTextures(4)=Texture'DeusExUI.UserInterface.HUDMedBotHealthBorder_5'
clientBorderTextures(5)=Texture'DeusExUI.UserInterface.HUDMedBotHealthBorder_6'
}
|
Creation time: Mon 8/11/2021 16:31:08.555 - Created with
UnCodeX