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

◆ UpdateHotbarScroll()

void GUIHotbar.UpdateHotbarScroll ( )
inlineprivate

Definition at line 153 of file GUIHotbar.cs.

154 {
155 float scrollAmount = this.ScrollAmount;
156 float mouseScrollDelta = XNAUnityRunner.GetMouseScrollDelta(false);
157 this.PreviousItem();
158 }
class f__AnonymousType0<< Count > j__TPar
float ScrollAmount
Definition GUIHotbar.cs:309
void PreviousItem()
Definition GUIHotbar.cs:273
static float GetMouseScrollDelta(bool ignoreEditor=false)

References XNAUnityRunner.GetMouseScrollDelta(), j__TPar, PreviousItem(), and ScrollAmount.