|
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 GUIPageOptions:Public Member Functions | |
| void | PushLeft () |
| void | PopLeft () |
| void | PushRight () |
| void | PopRight () |
| void | RefreshLangStrings () |
| void | DrawFavouriteOption () |
| void | DrawQuickStack () |
| void | DrawSort () |
| void | DrawDepositAll () |
| void | DrawSplitStack () |
| void | DrawEquipButton () |
| void | DrawDepositButton () |
| void | ThrowItem (int additionalVelocity=0) |
| void | DrawLeftThrow () |
| void | DrawLeftTrash () |
| void | DrawLeftDeposit () |
| void | DrawSellButton () |
| void | DrawChestSort () |
| void | DrawChestSplitStack () |
| void | DrawChestRestock () |
| void | DrawChestLootAll () |
| void | DrawChestRename () |
| void | DrawChestLoot () |
| void | DrawChestFavourite () |
| void | DrawRightThrow () |
| void | DrawRightTrash () |
| void | DrawRightDeposit () |
| void | DepositHeldItem () |
| GUIPageOptions () | |
Public Attributes | |
| string[] | options |
| bool | SplitKeyPressed |
| bool | SplitInvKeyPressed |
| bool | SplitChestKeyPressed |
Properties | |
| bool | canDepositAllValue [get, set] |
| int | NumLeftOptions [get, set] |
| bool | CanLootAll [get, set] |
| int | NumRightOptions [get, set] |
Private Member Functions | |
| void | LeftItemRegionInitialise () |
| void | LoadLeftItemRegion () |
| void | RightItemRegionInitialise () |
| void | LoadRightItemRegion () |
| bool | CanBeOpened (Item SelectedItem) |
Private Attributes | |
| bool | _timerBegan |
| DateTime | _timeStart |
| bool | _leftPendingPush |
| bool | _displayLeftOptions |
| bool | _displayLeftOptionsGlobal |
| bool | _displayRightOptions |
| bool | _displayRightOptionsGlobal |
| int | _displayItem |
| GUIInputRegionExclusive | _optionsBlocker |
| float | leftOptionsScale |
| float | rightOptionsScale |
| float | leftFavoriteScale |
| float | leftChestQuickStackScale |
| float | leftChestDepositAllScale |
| float | leftChestSortScale |
| bool | usingController |
| int | lastLang |
| Vector2 | leftItemSize |
| Vector2 | leftItemPosition |
| Vector2 | leftItemSpacing |
| int | leftItemIndex |
| Vector2 | rightItemSize |
| Vector2 | rightItemPosition |
| Vector2 | rightItemSpacing |
| int | rightItemIndex |
| float | equipButtonScale |
| float | depositButtonScale |
| float | leftThrowScale |
| float | leftTrashScale |
| float | sellButtonScale |
| float | rightChestSortScale |
| float | chestRestockScale |
| float | chestLootAllScale |
| float | chestRenameScale |
| float | LootButtonScale |
Definition at line 17 of file GUIPageOptions.cs.