<Code Lib>
2026 Method
Changes 0
M

PanelScheduleData.UpdateIsSectionHidden

Description:
Update if this section is hidden or not

public void UpdateIsSectionHidden(
	SectionType sectionType,
	bool bHide
)

  • sectionType
    The Section Type
  • Boolean
    bHide
    Whether to hide this section or not

Loading…