M&B: Bannerlord 1.2.7
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 () |
override string | ToString () |
string | ToStringWithoutClear () |
string | Format (float p1) |
bool | Contains (TextObject to) |
bool | Contains (string text) |
bool | Equals (TextObject to) |
bool | HasSameValue (TextObject to) |
TextObject | SetTextVariable (string tag, TextObject variable) |
TextObject | SetTextVariable (string tag, string variable) |
TextObject | SetTextVariable (string tag, float variable) |
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 bool | IsNullOrEmpty (TextObject to) |
static List< string > | ConvertToStringList (List< TextObject > to) |
Public Attributes | |
string | Value |
Static Public Attributes | |
static TextObject | Empty = new TextObject() |
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 |
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 | ) |
bool TaleWorlds.Localization.TextObject.Equals | ( | TextObject | to | ) |
bool TaleWorlds.Localization.TextObject.HasSameValue | ( | TextObject | to | ) |
|
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 | ||
) |
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 |
|
static |
|
get |
|
get |
|
get |