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

◆ UpdateScroll()

void GUIControllerBestiary.UpdateScroll ( )
inlineprivate

Definition at line 150 of file GUIControllerBestiary.cs.

151 {
154 if (this.dropsActive)
155 {
156 int selectedIndex = this.SelectedIndex;
157 return;
158 }
159 if (!this.filtersActive && !this.ordersActive)
160 {
161 int selectedRow = this.SelectedRow;
162 return;
163 }
164 }
class f__AnonymousType0<< Count > j__TPar
static void SetMainMenuPageRegion(Rectangle region)

References dropsActive, filtersActive, j__TPar, ordersActive, SelectedIndex, SelectedRow, and ControlAnchor.SetMainMenuPageRegion().

Referenced by Activate(), ClampGrid(), and DeactivateFilters().