terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
GUIJourneyPulldownSetting (GUISettingID id) | |
override void | Draw () |
void | CloseOptions () |
override void | DrawOverlay () |
void | RefreshInputRegion () |
void | DisablePulldown () |
override float | GetElementHeight () |
int | GetNumberOfOptions () |
delegate void | ActivateOverlayCallback (GUIPulldownSetting overlayEntry, Rectangle overlayRegion, int selectedOption, float offset) |
delegate void | RegisterOverlay (GUIPulldownSetting overlayEntry, Rectangle overlayRegion) |
delegate void | DeactivateOverlayCallback () |
Public Attributes | |
int | selectedPosition |
bool | displayOptions |
GUISettingID | _id |
int | _sortId |
SettingsOverlayOptionCategories_Layout.Category | _category |
Properties | |
static List< int > | optionRedirection [get, set] |
Private Member Functions | |
void | DrawFaceButtons () |
void | DrawOptionFaceButtons (ControllerDevice.ControlScheme scheme) |
bool | IsOverOptions (Microsoft.Xna.Framework.Vector2 cursorPosition) |
string | GetOption (int index) |
void | SetOption (int index) |
string | GetTitle () |
string | GetLanguageFromLegacyId (int legacyId) |
string | GetValue () |
Static Private Member Functions | |
static void | ActivateOverlay (GUIPulldownSetting overlayEntry, Rectangle overlayRegion, int selectedOption, float offset) |
static void | DeactivateOverlay () |
static void | RegisterOverlayJM (GUIPulldownSetting overlayEntry, Rectangle overlayRegion) |
Static Private Attributes | |
static int[] | LanguageMappingIndices |
Definition at line 8 of file GUIJourneyPulldownSetting.cs.