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

◆ ClampGrid()

void GUIControllerBestiary.ClampGrid ( )
inlineprivate

Definition at line 212 of file GUIControllerBestiary.cs.

213 {
214 int selectedRow = this.SelectedRow;
215 int maxRowIndex = this.maxRowIndex;
216 int maxRowIndex2 = this.maxRowIndex;
218 this.UpdateScroll();
219 int selectedRow2 = this.SelectedRow;
220 int maxRowIndex3 = this.maxRowIndex;
221 int selectedColumn = this.SelectedColumn;
222 int maxRowColumn = this.maxRowColumn;
223 int maxRowColumn2 = this.maxRowColumn;
225 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, maxRowColumn, maxRowIndex, SelectedColumn, SelectedRow, and UpdateScroll().