Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Localization.Language Class Reference

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]
 

Detailed Description

Definition at line 6 of file Language.cs.


The documentation for this class was generated from the following file: