|
M&B: Bannerlord 1.3.4
The horns sound, the ravens gather.
|
Public Member Functions | |
| TextObject (string value, Dictionary< string, object > attributes=null) | |
| TextObject (int value, Dictionary< string, object > attributes=null) | |
| TextObject (float value, Dictionary< string, object > attributes=null) | |
| void | CacheTokens () |
| bool | IsEmpty () |
| override string | ToString () |
| string | ToStringWithoutClear () |
| string | Format (float p1) |
| bool | Contains (TextObject to) |
| bool | Contains (string text) |
| override bool | Equals (object other) |
| override int | GetHashCode () |
| bool | Equals (TextObject other) |
| bool | HasSameValue (TextObject to) |
| TextObject | SetTextVariable (string tag, TextObject variable) |
| TextObject | SetTextVariable (string tag, string variable) |
| TextObject | SetTextVariable (string tag, float variable, int decimalDigits=2) |
| TextObject | SetTextVariable (string tag, int variable) |
| void | AddIDToValue (string id) |
| bool | GetVariableValue (string tag, out TextObject variable) |
| int | GetValueHashCode () |
| TextObject | CopyTextObject () |
| string | GetID () |
Static Public Member Functions | |
| static TextObject | GetEmpty () |
| static bool | IsNullOrEmpty (TextObject obj) |
| static bool | operator== (TextObject lhs, TextObject rhs) |
| static bool | operator!= (TextObject lhs, TextObject rhs) |
| static List< string > | ConvertToStringList (List< TextObject > to) |
Public Attributes | |
| string | Value |
Properties | |
| Dictionary< string, object > | Attributes [get] |
| int | Length [get] |
| bool | IsLink [get] |
| TaleWorlds.Localization.TextObject.TextObject | ( | string | value, |
| Dictionary< string, object > | attributes = null ) |
| TaleWorlds.Localization.TextObject.TextObject | ( | int | value, |
| Dictionary< string, object > | attributes = null ) |
| TaleWorlds.Localization.TextObject.TextObject | ( | float | value, |
| Dictionary< string, object > | attributes = null ) |
| void TaleWorlds.Localization.TextObject.CacheTokens | ( | ) |
|
static |
| bool TaleWorlds.Localization.TextObject.IsEmpty | ( | ) |
|
static |
| override string TaleWorlds.Localization.TextObject.ToString | ( | ) |
| string TaleWorlds.Localization.TextObject.ToStringWithoutClear | ( | ) |
| string TaleWorlds.Localization.TextObject.Format | ( | float | p1 | ) |
| bool TaleWorlds.Localization.TextObject.Contains | ( | TextObject | to | ) |
| bool TaleWorlds.Localization.TextObject.Contains | ( | string | text | ) |
| override bool TaleWorlds.Localization.TextObject.Equals | ( | object | other | ) |
| override int TaleWorlds.Localization.TextObject.GetHashCode | ( | ) |
| bool TaleWorlds.Localization.TextObject.Equals | ( | TextObject | other | ) |
| bool TaleWorlds.Localization.TextObject.HasSameValue | ( | TextObject | to | ) |
|
static |
|
static |
|
static |
| TextObject TaleWorlds.Localization.TextObject.SetTextVariable | ( | string | tag, |
| TextObject | variable ) |
| TextObject TaleWorlds.Localization.TextObject.SetTextVariable | ( | string | tag, |
| string | variable ) |
| TextObject TaleWorlds.Localization.TextObject.SetTextVariable | ( | string | tag, |
| float | variable, | ||
| int | decimalDigits = 2 ) |
| TextObject TaleWorlds.Localization.TextObject.SetTextVariable | ( | string | tag, |
| int | variable ) |
| void TaleWorlds.Localization.TextObject.AddIDToValue | ( | string | id | ) |
| bool TaleWorlds.Localization.TextObject.GetVariableValue | ( | string | tag, |
| out TextObject | variable ) |
| int TaleWorlds.Localization.TextObject.GetValueHashCode | ( | ) |
| TextObject TaleWorlds.Localization.TextObject.CopyTextObject | ( | ) |
| string TaleWorlds.Localization.TextObject.GetID | ( | ) |
| string TaleWorlds.Localization.TextObject.Value |
|
get |
|
get |
|
get |