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

Definition at line 222 of file GUISettingsOverlay.cs.

223 {
224 if (this._categoriesBlocker != null)
225 {
226 }
227 bool mouseLeft = Main.mouseLeft;
228 bool mouseLeftRelease = Main.mouseLeftRelease;
229 int num = 17096;
230 this.TimeSinceItemChange = (float)num;
247 {
249 }
253 {
255 }
259 {
261 }
265 {
267 }
271 {
273 }
277 {
279 }
283 {
285 }
289 {
291 }
293 if (guisettingEntry != null)
294 {
297 }
299 float deltaTime = Time.deltaTime;
301 if (categoriesBlocker != null)
302 {
303 int num2 = 1;
305 }
306 }
class f__AnonymousType0<< Count > j__TPar
GUIInputRegionExclusive _categoriesBlocker
GUIControllerSettingsOverlay _controllerInput
SettingsOverlayOptionCategories_Layout.Category[] TabOrder
GUISettingEntry overlayEntry
SettingsOverlayOptionCategories_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, GUIControllerSettingsOverlay.Activate(), UnityEngine.Time.deltaTime, j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, overlayEntry, PendingSelected, Selected, TabOrder, and TimeSinceItemChange.