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

◆ GetNextScreenshotFilename()

string XNAUnityRunner.GetNextScreenshotFilename ( )
inlineprivate

Definition at line 149 of file XNAUnityRunner.cs.

150 {
151 string text;
152 bool flag = text.EndsWith("/");
154 string text3;
155 string text4;
156 string text2 = text3 + "_" + text4 + ".png";
157 bool flag2 = File.Exists(text2);
158 return text2;
159 }
class f__AnonymousType0<< Count > j__TPar
static DirectoryInfo CreateDirectory(string path)
Definition Directory.cs:40
static bool Exists(string path)
Definition File.cs:86

References System.IO.Directory.CreateDirectory(), System.IO.File.Exists(), j__TPar, and System.text.