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

◆ ArmourVanityDraw()

void GUIEquipment.ArmourVanityDraw ( ItemGrid_Layout gridLayout,
int index,
Microsoft::Xna::Framework::Vector2 position,
float scale )
inline

Definition at line 268 of file GUIEquipment.cs.

269 {
270 int num = this.cursorOver;
271 if (!true)
272 {
273 }
274 if (this.itemOver == 0)
275 {
276 }
279 int itemColumn = guicontrollerEquipment.itemColumn;
281 ItemSlot.SetSelectHighlight(true, scale);
282 }
class f__AnonymousType0<< Count > j__TPar
static void SetSelectHighlight(bool hasFocus, float highlightScale=-1f)
Definition ItemSlot.cs:702
static bool ControllerModeLocked

References XNAUnityRunner.ControllerModeLocked, cursorOver, PageControllerLayoutDefinition< T >.Instance, GUIControllerEquipment.itemColumn, itemOver, j__TPar, and Terraria.UI.ItemSlot.SetSelectHighlight().