terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
string | FormatWith (object obj) |
StringBuilder | FormatWith (object obj, StringBuilder sb) |
bool | CanFormatWith (object obj) |
NetworkText | ToNetworkText () |
NetworkText | ToNetworkText (params object[] substitutions) |
string | Format (object arg0) |
string | Format (object arg0, object arg1) |
string | Format (object arg0, object arg1, object arg2) |
string | Format (params object[] args) |
override string | ToString () |
Static Public Member Functions | |
static | operator string (LocalizedText text) |
Public Attributes | |
readonly string | Key |
Static Public Attributes | |
static readonly LocalizedText | Empty |
Package Functions | |
LocalizedText (string key, string text) | |
void | SetValue (string text) |
Properties | |
string | Value [get, set, private set] |
Static Private Member Functions | |
static | LocalizedText () |
Private Attributes | |
string< Value > | k__BackingField |
Static Private Attributes | |
static Regex | _substitutionRegex |
Definition at line 16 of file LocalizedText.cs.