|
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 GUICraftGuide:Public Member Functions | |
| void | LoadPageRegion () |
| void | Reset () |
| void | DrawGuideList () |
| float | GuideItemScale (int index) |
| void | GuideItemOver (int index) |
| void | GuideItemDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
| void | Draw () |
| GUICraftGuide () | |
Public Attributes | |
| float | craftScrollOffset |
| bool | menuTogglePressed |
| bool | materialsGridActive |
| List< int > | _materialItems |
Properties | |
| bool | Collapsed [get, set] |
| bool | HasFocus [get, set] |
| Item | guideItem [get, set] |
Private Member Functions | |
| void | RefreshItems () |
Private Attributes | |
| float | craftScrollMomentum |
| int | craftScrollDragging |
| Vector2 | craftDragOffset |
| int | cursorOver |
| DateTime | NavigationTick |
| GUIControllerCraftingMaterials | materialController |
| List< string > | _requiredObjecsForCraftingText |
| Item | _defaultItem |
| int | _selectedItem |
Definition at line 15 of file GUICraftGuide.cs.