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

◆ RefreshSelectedStats()

void GUIBestiary.RefreshSelectedStats ( )
inlineprivate

Definition at line 563 of file GUIBestiary.cs.

564 {
566 if (selectedEntry != null)
567 {
569 if (npcstatsInfo != null)
570 {
571 npcstatsInfo.Refresh();
572 return;
573 }
574 }
575 }
class f__AnonymousType0<< Count > j__TPar
NPCStatsReportInfoElement GetNPCStatsInfo(BestiaryEntry entry)
BestiaryEntry SelectedEntry

References GetNPCStatsInfo(), j__TPar, and SelectedEntry.

Referenced by NPCOver().