terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetStoragePath()

override string ReLogic.OS.Linux.PathService.GetStoragePath ( )
inline

Definition at line 10 of file PathService.cs.

11 {
12 bool flag = string.IsNullOrEmpty(Environment.GetEnvironmentVariable("XDG_DATA_HOME"));
13 bool flag2 = string.IsNullOrEmpty(Environment.GetEnvironmentVariable("HOME"));
14 return ".";
15 }
class f__AnonymousType0<< Count > j__TPar
static string GetEnvironmentVariable(string variable)

References System.Environment.GetEnvironmentVariable(), and j__TPar.