|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| string | FormatWith (object obj) |
| 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 = new LocalizedText("", "") |
Package Functions | |
| LocalizedText (string key, string text) | |
| void | SetValue (string text) |
Properties | |
| string | Value [get, private set] |
Static Private Attributes | |
| static Regex | _substitutionRegex = new Regex("{(\\?(?:!)?)?([a-zA-Z][\\w\\.]*)}", RegexOptions.Compiled) |
Definition at line 6 of file LocalizedText.cs.