Tabulation getExcludedSortOrderHorizontal

From Catglobe Wiki
Revision as of 07:27, 29 May 2017 by Tranvuthaibinh (talk | contribs) (Created page with "=== Tabulation_getExcludedSortOrderHorizontal === Return an array which contains axis options, that are excluded from the horizontal sorting === Syntax === Tabulation_getEx...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Tabulation_getExcludedSortOrderHorizontal

Return an array which contains axis options, that are excluded from the horizontal sorting

Syntax

Tabulation_getExcludedSortOrderHorizontal();

Return type

array

Examples

DCS_use(15560370);
DCS_rebuild();
Tabulation_setExcludedSortOrderHorizontal({"Male"});
print(Tabulation_getExcludedSortOrderHorizontal());
//result: {Male}