M&B: Bannerlord 1.1.0
The horns sound, the ravens gather.
|
Public Member Functions | |
ExplainedNumber (float baseNumber=0f, bool includeDescriptions=false, TextObject baseText=null) | |
string | GetExplanations () |
List<(string name, float number)> | GetLines () |
void | AddFromExplainedNumber (ExplainedNumber explainedNumber, TextObject baseText) |
void | Add (float value, TextObject description=null, TextObject variable=null) |
void | AddFactor (float value, TextObject description=null) |
void | LimitMin (float minValue) |
void | LimitMax (float maxValue) |
void | Clamp (float minValue, float maxValue) |
Properties | |
float | ResultNumber [get] |
float | BaseNumber [get] |
bool | IncludeDescriptions [get] |
float | LimitMinValue [get] |
float | LimitMaxValue [get] |
TaleWorlds.CampaignSystem.ExplainedNumber.ExplainedNumber | ( | float | baseNumber = 0f , |
bool | includeDescriptions = false , |
||
TextObject | baseText = null |
||
) |
string TaleWorlds.CampaignSystem.ExplainedNumber.GetExplanations | ( | ) |
List<(string name, float number)> TaleWorlds.CampaignSystem.ExplainedNumber.GetLines | ( | ) |
void TaleWorlds.CampaignSystem.ExplainedNumber.AddFromExplainedNumber | ( | ExplainedNumber | explainedNumber, |
TextObject | baseText | ||
) |
void TaleWorlds.CampaignSystem.ExplainedNumber.Add | ( | float | value, |
TextObject | description = null , |
||
TextObject | variable = null |
||
) |
void TaleWorlds.CampaignSystem.ExplainedNumber.AddFactor | ( | float | value, |
TextObject | description = null |
||
) |
void TaleWorlds.CampaignSystem.ExplainedNumber.LimitMin | ( | float | minValue | ) |
void TaleWorlds.CampaignSystem.ExplainedNumber.LimitMax | ( | float | maxValue | ) |
void TaleWorlds.CampaignSystem.ExplainedNumber.Clamp | ( | float | minValue, |
float | maxValue | ||
) |
|
get |
|
get |
|
get |
|
get |
|
get |