terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ selectedLeft

GUIPageIcons.Category GUIPageIcons.selectedLeft
getset

Definition at line 164 of file GUIPageIcons.cs.

165 {
166 get
167 {
168 return this._selectedLeft;
169 }
170 set
171 {
173 this.OnCategoryClosed(selectedLeft);
176 }
177 }
class f__AnonymousType0<< Count > j__TPar
GUIPageIcons.Category selectedLeft
void OnCategoryClosed(GUIPageIcons.Category category)
GUIPageIcons.Category _selectedLeft
void OnCategoryOpened(GUIPageIcons.Category category)

Referenced by Close(), DrawInventoryItems(), InventoryDraw(), IsPageSelected(), LeftDraw(), and LeftOver().