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

◆ ResearchItemDraw()

void GUIResearchPage.ResearchItemDraw ( ItemGrid_Layout gridLayout,
int index,
Vector2 position,
float scale )
inline

Definition at line 204 of file GUIResearchPage.cs.

205 {
206 if (!true)
207 {
208 }
209 Main.inventoryScale = scale;
210 int num = this.cursorOver;
211 if (!true)
212 {
213 }
214 int size = this._researchItems._size;
215 int selectedItem = this._selectedItem;
217 ItemSlot.SetSelectHighlight(true, scale);
218 if (instance == null)
219 {
220 }
221 int myPlayer = Main.myPlayer;
223 }
class f__AnonymousType0<< Count > j__TPar
List< int > _researchItems
static int myPlayer
Definition Main.cs:2337
static void SetSelectHighlight(bool hasFocus, float highlightScale=-1f)
Definition ItemSlot.cs:702

References _researchItems, _selectedItem, System.Collections.Generic.List< T >._size, cursorOver, PageControllerLayoutDefinition< T >.Instance, j__TPar, Terraria.Main.myPlayer, and Terraria.UI.ItemSlot.SetSelectHighlight().