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

◆ SetSectionLoaded() [2/2]

void Terraria.WorldSections.SetSectionLoaded ( ref BitsByte section)
inlineprivate

Definition at line 185 of file WorldSections.cs.

186 {
187 if (!section[0])
188 {
189 section[0] = true;
191 }
192 else if (section[1])
193 {
194 section[1] = false;
196 }
197 }

References Terraria.WorldSections.frameSectionsLeft.