Table of Contents

Class TooltipPropertyWidget

Namespace
TaleWorlds.MountAndBlade.GauntletUI.Widgets.Information
Assembly
TaleWorlds.MountAndBlade.GauntletUI.Widgets.dll
public class TooltipPropertyWidget : Widget
Inheritance
TooltipPropertyWidget
Inherited Members

Constructors

TooltipPropertyWidget(UIContext)

public TooltipPropertyWidget(UIContext context)

Parameters

context UIContext

Properties

DefaultSeperatorSpriteName

[Editor(false)]
public string DefaultSeperatorSpriteName { get; set; }

Property Value

string

DefinitionLabel

[Editor(false)]
public RichTextWidget DefinitionLabel { get; set; }

Property Value

RichTextWidget

DefinitionLabelContainer

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

Property Value

Widget

DefinitionText

[Editor(false)]
public string DefinitionText { get; set; }

Property Value

string

DescriptionTextBrush

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

Property Value

Brush

IsBattleMode

public bool IsBattleMode { get; }

Property Value

bool

IsBattleModeOver

public bool IsBattleModeOver { get; }

Property Value

bool

IsCost

public bool IsCost { get; }

Property Value

bool

IsMultiLine

public bool IsMultiLine { get; }

Property Value

bool

IsRelation

public bool IsRelation { get; }

Property Value

bool

IsTwoColumn

public bool IsTwoColumn { get; }

Property Value

bool

ModifyDefinitionColor

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

Property Value

bool

PropertyModifier

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

Property Value

int

PropertyModifierAsFlag

public TooltipPropertyWidget.TooltipPropertyFlags PropertyModifierAsFlag { get; }

Property Value

TooltipPropertyWidget.TooltipPropertyFlags

RundownSeperatorSpriteName

[Editor(false)]
public string RundownSeperatorSpriteName { get; set; }

Property Value

string

SubtextBrush

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

Property Value

Brush

TextColor

[Editor(false)]
public Color TextColor { get; set; }

Property Value

Color

TextHeight

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

Property Value

int

TitleBackgroundSpriteName

[Editor(false)]
public string TitleBackgroundSpriteName { get; set; }

Property Value

string

TitleTextBrush

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

Property Value

Brush

ValueBackgroundSpriteWidget

[Editor(false)]
public ListPanel ValueBackgroundSpriteWidget { get; set; }

Property Value

ListPanel

ValueLabel

[Editor(false)]
public RichTextWidget ValueLabel { get; set; }

Property Value

RichTextWidget

ValueLabelContainer

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

Property Value

Widget

ValueNameTextBrush

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

Property Value

Brush

ValueText

[Editor(false)]
public string ValueText { get; set; }

Property Value

string

ValueTextBrush

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

Property Value

Brush

Methods

OnLateUpdate(float)

protected override void OnLateUpdate(float dt)

Parameters

dt float

OnUpdate(float)

protected override void OnUpdate(float dt)

Parameters

dt float

RefreshSize(bool, float, float, float, Brush, Brush)

public void RefreshSize(bool inBattleScope, float battleScopeSize, float maxValueLabelSizeX, float maxDefinitionLabelSizeX, Brush definitionRelationBrush = null, Brush valueRelationBrush = null)

Parameters

inBattleScope bool
battleScopeSize float
maxValueLabelSizeX float
maxDefinitionLabelSizeX float
definitionRelationBrush Brush
valueRelationBrush Brush

SetBattleScope(bool)

public void SetBattleScope(bool battleScope)

Parameters

battleScope bool

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