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

◆ SetAllSectionsLoaded()

void Terraria.WorldSections.SetAllSectionsLoaded ( )
inline

Definition at line 199 of file WorldSections.cs.

200 {
201 for (int i = 0; i < data.Length; i++)
202 {
203 SetSectionLoaded(ref data[i]);
204 }
205 }
void SetSectionLoaded(int x, int y)

References Terraria.WorldSections.data, and Terraria.WorldSections.SetSectionLoaded().