A set of charts belonging to one category, part of an FsChartIndex.

 

Syntax
struct FsChartIndexCategory
{
    const char* name;
    FsChartMetadata* charts;
    int numCharts;
};

 

Members
MemberDescription
nameThe human-readable name of the category.
chartsThe array of charts present in the category.
numChartsThe number of charts present in this category.

 

Remarks

N/A