OrderedMap
最后更新于
最后更新于
The OrderedMap object is an and is identical to the object except for the ordering of items within the map.
Whereas the regular Map object sorts items alphabetically by key, the OrderedMap preserves the order that items are added.
You can create a new OrderedMap using the .OrderedMap method. All Opus script methods documented as accepting a Map object can also accept an OrderedMap.
See the documentation of the object for more information.