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

◆ FillBestiarySpaceWithEntries()

void Terraria.GameContent.UI.States.UIBestiaryTest.FillBestiarySpaceWithEntries ( )
inlineprivate

Definition at line 255 of file UIBestiaryTest.cs.

256 {
258 if (entryGrid != null && entryGrid.<Parent>k__BackingField != null)
259 {
264 entryGrid2.FillBestiarySpaceWithEntries();
265 return;
266 }
267 }
class f__AnonymousType0<< Count > j__TPar
BestiaryUnlockProgressReport GetUnlockProgress()
UIElement< Parent > k__BackingField

References Terraria.GameContent.UI.States.UIBestiaryTest._entryGrid, Terraria.GameContent.UI.States.UIBestiaryTest._infoSpace, Terraria.GameContent.UI.Elements.UIBestiaryEntryGrid.FillBestiarySpaceWithEntries(), Terraria.GameContent.UI.States.UIBestiaryTest.GetUnlockProgress(), j__TPar, Terraria.UI.UIElement.k__BackingField, and Terraria.UI.UIElement.Parent.

Referenced by Terraria.GameContent.UI.States.UIBestiaryTest.Recalculate(), and Terraria.GameContent.UI.States.UIBestiaryTest.UpdateBestiaryContents().