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 GUIJourneyModeSettings.DrawCategories ( )
inline

Definition at line 167 of file GUIJourneyModeSettings.cs.

168 {
169 if (this._categoriesBlocker != null)
170 {
171 }
172 bool mouseLeft = Main.mouseLeft;
173 bool mouseLeftRelease = Main.mouseLeftRelease;
174 int num = 17096;
175 this.TimeSinceItemChange = (float)num;
176 if (num == 0)
177 {
178 }
181 int num2 = 3;
185 int num3 = 3;
188 string textValue = Language.GetTextValue("Mobile.JourneyCategoryTime");
192 {
194 }
195 string textValue2 = Language.GetTextValue("Mobile.JourneyCategoryWeather");
199 {
201 }
202 string textValue3 = Language.GetTextValue("Mobile.JourneyCategoryPowers");
206 {
208 }
210 float deltaTime = Time.deltaTime;
211 this.DrawMainButtons();
213 if (categoriesBlocker != null)
214 {
215 int num4 = 1;
217 }
218 }
class f__AnonymousType0<< Count > j__TPar
GUIInputRegionExclusive _categoriesBlocker
GUIControllerJourneyModeSettings _controllerInput
GUIJourneyModeSettings.Category Selected
static string GetTextValue(string key)
Definition Language.cs:54
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671
static float deltaTime
Definition Time.cs:14

References _categoriesBlocker, _controllerInput, GUIControllerJourneyModeSettings.Activate(), UnityEngine.Time.deltaTime, DrawMainButtons(), Terraria.Localization.Language.GetTextValue(), j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, Selected, and TimeSinceItemChange.