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 GUIHousingMenu.UpdateHotbarScroll ( )
inlineprivate

Definition at line 199 of file GUIHousingMenu.cs.

200 {
201 float scrollAmount = this.ScrollAmount;
202 float mouseScrollDelta = XNAUnityRunner.GetMouseScrollDelta(false);
203 }
class f__AnonymousType0<< Count > j__TPar
static float GetMouseScrollDelta(bool ignoreEditor=false)

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