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

◆ ApplySection()

unsafe void GUIMap.ApplySection ( int xStart,
int xEnd,
int yStart,
int yEnd )
inlineprivate

Definition at line 192 of file GUIMap.cs.

193 {
194 if (!true)
195 {
196 }
197 WorldMap map = Main.Map;
198 int num = this.activeX;
200 int num2 = this.activeX;
201 if (this.mapDirty != null)
202 {
203 ushort*[] array2 = this.mapTextureDataPtr;
204 return;
205 }
207 int num3 = this.activeX;
209 int num4 = this.activeX;
210 ushort*[] array5 = this.mapTextureDataPtr;
211 bool[] array6 = this.mapDirty;
212 MapTile* ptr;
213 byte color = ptr->Color;
214 byte light = ptr->Light;
215 }
class f__AnonymousType0<< Count > j__TPar
int activeX
Definition GUIMap.cs:379
NativeArray< ushort >[] mapTextureData
Definition GUIMap.cs:391
bool[] mapDirty
Definition GUIMap.cs:388
unsafe ushort * mapTextureDataPtr
Definition GUIMap.cs:394
Microsoft.Xna.Framework.Graphics.Texture2D[] mapTarget
Definition GUIMap.cs:385
static WorldMap Map
Definition Main.cs:1875

References activeX, System.array, Terraria.Map.MapTile.Color, j__TPar, Terraria.Main.Map, mapDirty, mapTarget, mapTextureData, and mapTextureDataPtr.