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

◆ DrawCategoryOptions()

void GUISettingsOverlay.DrawCategoryOptions ( )
inlineprivate

Definition at line 150 of file GUISettingsOverlay.cs.

151 {
152 bool flag = this.unconfiguredControllerAttached;
154 this.SetCategory(selected);
155 int size = this._categorySettings._size;
156 int num = this.disableScroll;
157 }
class f__AnonymousType0<< Count > j__TPar
SettingsOverlayOptionCategories_Layout.Category Selected
void SetCategory(SettingsOverlayOptionCategories_Layout.Category category)
List< GUISettingEntry > _categorySettings

References _categorySettings, System.Collections.Generic.List< T >._size, disableScroll, j__TPar, Selected, SetCategory(), and unconfiguredControllerAttached.