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

◆ Save()

byte[] TextureAtlasDB.Save ( )
inline

Definition at line 140 of file TextureAtlasDB.cs.

141 {
142 short numberOfPages = this.NumberOfPages;
143 int[] textureWidth = this.TextureWidth;
144 int[] textureHeight = this.TextureHeight;
147 long num = 0L;
148 int num2 = 6;
149 if (num != 0L)
150 {
151 throw new OutOfMemoryException();
152 }
153 if (num2 == 0)
154 {
155 }
156 if (!false)
157 {
158 if (!false)
159 {
160 }
161 throw new OutOfMemoryException();
162 }
163 throw new OutOfMemoryException();
164 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< int, TextureAtlasEntry > AtlasEntries

References AtlasEntries, j__TPar, System.L, NumberOfPages, TextureHeight, and TextureWidth.