|
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
|
Collaboration diagram for GUIReforgePopup:Public Member Functions | |
| void | LoadRegion () |
| void | OpenPopup () |
| void | ClosePopup () |
| bool | IsOver (Vector2 cursorPosition) |
| void | LoadPanelRegion () |
| Rectangle | GetRegion () |
| void | DrawPrefixes () |
| void | Draw () |
| GUIReforgePopup () | |
Public Attributes | |
| bool | PopupDisplayed |
| GUIControllerReforgePopup | _controller |
Private Member Functions | |
| void | SetupBackingSize () |
| void | UpdateText () |
| void | DrawItem () |
| void | UpdatePrefixes (Item reforgeItem) |
Static Private Member Functions | |
| static | GUIReforgePopup () |
Private Attributes | |
| int | OpenedFrame |
| GUIInputRegionExclusive | PickingInterceptor |
| float | CachedLayoutSize |
| float | CachedLayoutWrapSize |
| int | CachedMinTextHeight |
| Vector2 | CachedTextSize |
| int | CachedTextLines |
| int | numLines |
| string[] | toolTipLine |
| bool[] | badPreFixLine |
| Item | tooltipPrefixComparisonItem |
Static Private Attributes | |
| static int | reforgeItemNamePos |
| static int | reforgeTextPos |
| static int | reforgeTextBackingSize |
| static int | defaultBackingWidth |
Definition at line 15 of file GUIReforgePopup.cs.