Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static Stream | OpenStream (string name) |
Static Package Functions | |
static bool | IsPathAbsolute (string path) |
static string | GetCleanPath (string path) |
Static Private Member Functions | |
static int | CollapseParentDirectory (ref string path, int position, int removeLength) |
static bool | IsCleanPathAbsolute (string path) |
Static Private Attributes | |
static char[] | badCharacters = new char[7] { ':', '*', '?', '"', '<', '>', '|' } |
Definition at line 7 of file TitleContainer.cs.