terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
void | LoadPageRegion () |
float | NPCScale (int index) |
void | NPCOver (int index) |
void | NPCDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
void | UpdateHotbarNavigation () |
void | Draw () |
GUIHousingMenu () | |
Public Attributes | |
int | LastNPCHousingHover |
int | NPCHousingHover |
List< int > | _activeNPCEntries |
string | npcString |
float | scrollOffset |
int | ActiveNPCCount |
bool | menuTogglePressed |
Properties | |
bool | Visible [get, set] |
bool | collapsed [get] |
Texture2D | _npcHeadTextureEmpty [get] |
bool | HasFocus [get] |
Private Member Functions | |
void | DrawPageIcons () |
void | RefreshNPCEntries () |
void | PreviousItem () |
void | NextItem () |
void | UpdateHotbarScroll () |
Private Attributes | |
bool | _visible |
int | _lastNPCOVer |
bool | _npcOver |
int | over |
Texture2D | _npcHeadTexture |
float | scrollMomentum |
int | scrollDragging |
Vector2 | dragOffset |
float | scrollDelay |
int | _npcCount |
float | HousingQueryScale = (float)16256 |
DateTime | NavigationTick |
bool | hotbarActive |
float | ScrollAmount |
Definition at line 11 of file GUIHousingMenu.cs.