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

◆ SyncFile()

void CacheFileManager.SyncFile ( string filePath)
inline

Definition at line 73 of file CacheFileManager.cs.

74 {
75 int num = 1;
76 CachedFile file = this.GetFile(filePath, num != 0);
77 FileAPI fileAPI = this.fileAPI;
78 string filename = file.Filename;
79 }
class f__AnonymousType0<< Count > j__TPar
CachedFile GetFile(string path, bool create=true)
readonly FileAPI fileAPI

References fileAPI, GetFile(), and j__TPar.