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

◆ ReadFile()

byte[] CacheFileManager.ReadFile ( string filename)
inline

Implements FileAPI.

Definition at line 144 of file CacheFileManager.cs.

145 {
147 do
148 {
149 file = this.GetFile(filename, true);
150 }
151 while (file == null);
152 return file.<Data>k__BackingField;
153 }
class f__AnonymousType0<< Count > j__TPar
CachedFile GetFile(string path, bool create=true)

References GetFile(), and j__TPar.