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

◆ SetAllFramedSectionsAsNeedingRefresh()

void Terraria.WorldSections.SetAllFramedSectionsAsNeedingRefresh ( )
inline

Definition at line 102 of file WorldSections.cs.

103 {
104 for (int i = 0; i < data.Length; i++)
105 {
106 if (data[i][1])
107 {
108 data[i][3] = true;
110 }
111 }
112 }

References Terraria.WorldSections._sectionsNeedingRefresh, and Terraria.WorldSections.data.