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

Tabulation getExcludedSortOrderVertical

From Catglobe Wiki

Tabulation_getExcludedSortOrderVertical

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

Syntax

Tabulation_getExcludedSortOrderVertical();

Return type

array

Examples

DCS_use(15560370);
DCS_rebuild();
Tabulation_setExcludedSortOrderVertical({"Viet Nam","Italy","Korea","Don't know"});
print(Tabulation_getExcludedSortOrderVertical());
//result: {Viet Nam,Italy,Korea,Don't know}