TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ ClearMapDraw()

void Terraria.WorldSections.ClearMapDraw ( )
inline

Definition at line 155 of file WorldSections.cs.

156 {
157 for (int i = 0; i < data.Length; i++)
158 {
159 data[i][2] = false;
160 }
161 prevMap.Reset();
162 mapSectionsLeft = data.Length;
163 }
IterationState prevMap

References Terraria.WorldSections.data, Terraria.WorldSections.mapSectionsLeft, Terraria.WorldSections.prevMap, and Terraria.WorldSections.IterationState.Reset().

+ Here is the call graph for this function: