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

◆ DrawCategories()

void GUIKeyboardMappings.DrawCategories ( )
inlineprivate

Definition at line 307 of file GUIKeyboardMappings.cs.

308 {
309 if (this._categoriesBlocker != null)
310 {
311 }
312 bool mouseLeft = Main.mouseLeft;
313 bool mouseLeftRelease = Main.mouseLeftRelease;
314 int num = 17096;
315 this.TimeSinceItemChange = (float)num;
318 if (this.overlayEntry == null)
319 {
323 int num2 = 5;
326 if (this.overlayEntry == null)
327 {
331 int num3 = 5;
334 }
335 }
339 {
341 }
345 {
347 }
351 {
353 }
357 {
359 }
363 {
365 }
367 float deltaTime = Time.deltaTime;
369 if (categoriesBlocker != null)
370 {
371 int num4 = 1;
373 }
374 }
class f__AnonymousType0<< Count > j__TPar
GUIKeyboardMappingOverlay _controllerInput
KeyboardMappingsCategories_Layout.Category[] TabOrder
GUIInputRegionExclusive _categoriesBlocker
GUIKeyboardMappingEntry overlayEntry
KeyboardMappingsCategories_Layout.Category Selected
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671
static float deltaTime
Definition Time.cs:14

References _categoriesBlocker, _controllerInput, GUIKeyboardMappingOverlay.Activate(), UnityEngine.Time.deltaTime, j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, overlayEntry, Selected, TabOrder, and TimeSinceItemChange.