Table of Contents

Class AgentHealthWidget

Namespace
TaleWorlds.MountAndBlade.GauntletUI.Widgets.Mission
Assembly
TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class AgentHealthWidget : Widget
Inheritance
AgentHealthWidget
Inherited Members

Constructors

AgentHealthWidget(UIContext)

public AgentHealthWidget(UIContext context)

Parameters

context UIContext

Properties

Health

[Editor(false)]
public int Health { get; set; }

Property Value

int

HealthBar

[Editor(false)]
public FillBarWidget HealthBar { get; set; }

Property Value

FillBarWidget

HealthDropBrush

[Editor(false)]
public Brush HealthDropBrush { get; set; }

Property Value

Brush

HealthDropContainer

[Editor(false)]
public Widget HealthDropContainer { get; set; }

Property Value

Widget

MaxHealth

[Editor(false)]
public int MaxHealth { get; set; }

Property Value

int

ShowHealthBar

[Editor(false)]
public bool ShowHealthBar { get; set; }

Property Value

bool

Methods

OnUpdate(float)

protected override void OnUpdate(float dt)

Parameters

dt float

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).