Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static LocalizedText | GetText (string key) |
static string | GetTextValue (string key) |
static string | GetTextValue (string key, object arg0) |
static string | GetTextValue (string key, object arg0, object arg1) |
static string | GetTextValue (string key, object arg0, object arg1, object arg2) |
static string | GetTextValue (string key, params object[] args) |
static string | GetTextValueWith (string key, object obj) |
static bool | Exists (string key) |
static int | GetCategorySize (string key) |
static LocalizedText[] | FindAll (Regex regex) |
static LocalizedText[] | FindAll (LanguageSearchFilter filter) |
static LocalizedText | SelectRandom (LanguageSearchFilter filter, UnifiedRandom random=null) |
static LocalizedText | RandomFromCategory (string categoryName, UnifiedRandom random=null) |
Properties | |
static GameCulture | ActiveCulture [get] |
Definition at line 6 of file Language.cs.