Tabulation getExcludedSortOrderHorizontal: Difference between revisions
From Catglobe Wiki
More actions
 Created page with "=== Tabulation_getExcludedSortOrderHorizontal ===  Return an array which contains axis options, that are excluded from the horizontal sorting  === Syntax ===  Tabulation_getEx..."  | 
			
(No difference) 
 | 
Latest revision as of 05:27, 29 May 2017
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}