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 GUIControllerMappings.DrawCategories ( )
inlineprivate

Definition at line 235 of file GUIControllerMappings.cs.

236 {
237 if (this._categoriesBlocker != null)
238 {
239 }
240 bool mouseLeft = Main.mouseLeft;
241 bool mouseLeftRelease = Main.mouseLeftRelease;
242 int num = 17096;
243 this.TimeSinceItemChange = (float)num;
246 if (this._controllerInput._overlayEntry == null)
247 {
251 }
252 if (this._controllerInput._overlayEntry == null)
253 {
257 }
261 {
263 }
267 {
269 }
273 {
275 }
279 {
281 }
285 {
287 }
291 {
293 }
297 {
299 }
303 {
305 }
309 {
311 }
315 {
317 }
319 float deltaTime = Time.deltaTime;
321 if (categoriesBlocker != null)
322 {
323 int num2 = 1;
325 }
326 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerMappingEntryBase _overlayEntry
GUIControllerMappingOverlay _controllerInput
ControllerMappingsCategories_Layout.Category Selected
GUIInputRegionExclusive _categoriesBlocker
ControllerMappingsCategories_Layout.Category[] TabOrder
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671
static float deltaTime
Definition Time.cs:14

References _categoriesBlocker, _controllerInput, GUIControllerMappingOverlay._overlayEntry, UnityEngine.Time.deltaTime, j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, Selected, TabOrder, TimeSinceItemChange, and GUIControllerMappingOverlay.UpdateScroll().