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

◆ GetUserSavePath()

string DefaultFileAPI.GetUserSavePath ( )
inline

Implements FileAPI.

Definition at line 25 of file DefaultFileAPI.cs.

26 {
27 if (Application.persistentDataPath._stringLength == 0)
28 {
29 Debug.Log("SetupPaths: Unity path is empty. Trying native method...");
30 }
31 string text;
33 return text;
34 }
class f__AnonymousType0<< Count > j__TPar
static string persistentDataPath
static void Log(object message)
Definition Debug.cs:51

References j__TPar, UnityEngine.Debug.Log(), UnityEngine.Application.persistentDataPath, and System.text.