Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation getExcludedSortOrderHorizontal: Difference between revisions

From Catglobe Wiki
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}