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

◆ GetContentSource()

IContentSource Terraria.IO.ResourcePack.GetContentSource ( )
inline

Definition at line 144 of file ResourcePack.cs.

145 {
146 if (this._needsReload)
147 {
148 bool isCompressed = this._isCompressed;
149 string fullPath = this.FullPath;
150 if (isCompressed)
151 {
152 }
153 }
154 return this._contentSource;
155 }
class f__AnonymousType0<< Count > j__TPar
readonly string FullPath
IContentSource _contentSource
readonly bool _isCompressed

References Terraria.IO.ResourcePack._contentSource, Terraria.IO.ResourcePack._isCompressed, Terraria.IO.ResourcePack._needsReload, Terraria.IO.ResourcePack.FullPath, and j__TPar.