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

◆ GetTreeBiome() [2/2]

unsafe int Terraria.GameContent.Drawing.TileDrawing.GetTreeBiome ( TileDrawInfo drawInfo,
int worldWidth )
inlineprivate

Definition at line 866 of file TileDrawing.cs.

867 {
868 int tileIndex = drawInfo.tileIndex;
869 ushort typeCache = drawInfo.typeCache;
870 short tileFrameX = drawInfo.tileFrameX;
871 uint* tileLookup = drawInfo.tileLookup;
872 short* tileTypeSHeader = drawInfo.tileTypeSHeader;
873 ushort* tileTypeData = drawInfo.tileTypeData;
874 if (typeCache == 0)
875 {
876 }
877 return 4;
878 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.