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

◆ selectedRight

GUIPageIcons.Category GUIPageIcons.selectedRight
getset

Definition at line 182 of file GUIPageIcons.cs.

183 {
184 get
185 {
186 return this._selectedRight;
187 }
188 set
189 {
191 this.OnCategoryClosed(selectedRight);
194 }
195 }
class f__AnonymousType0<< Count > j__TPar
GUIPageIcons.Category selectedRight
void OnCategoryClosed(GUIPageIcons.Category category)
GUIPageIcons.Category _selectedRight
void OnCategoryOpened(GUIPageIcons.Category category)

Referenced by Close(), RightDraw(), and RightOver().