mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 12:36:53 +02:00
Code Adjustment { ... listExistingZones.sort(zoneSortOrder()); return listExistingZones; } function zoneSortOrder() { return function(a, b) { if (a.name > b.name) { return 1; } else if (a.name < b.name) { return -1; } return 0; } } |
||
---|---|---|
.. | ||
+android_interface | ||
+android_questInterface | ||
communityModules | ||
communityScripts/explore | ||
developer | ||
modules | ||
simplifiedUI | ||
system | ||
tutorials | ||
defaultScripts.js | ||
simplifiedUIBootstrapper.js |