|
This structure represent collection of multiple workshop assets alongside specific or latest revisions. More...
Public Member Functions | |
| proto external int | GetCount () |
| Returns total count of how many assets are in the collection. | |
| proto external int | GetErrorsCount () |
| Returns count of how many assets/revision encountered workshop side errors. | |
| proto external void | GetItems (out notnull array< WorkshopCollectionItem > itemsOut) |
| Returns list of sorted collection items. | |
This structure represent collection of multiple workshop assets alongside specific or latest revisions.
| proto external int WorkshopCollection.GetCount | ( | ) |
Returns total count of how many assets are in the collection.
| proto external int WorkshopCollection.GetErrorsCount | ( | ) |
Returns count of how many assets/revision encountered workshop side errors.
| proto external void WorkshopCollection.GetItems | ( | out notnull array< WorkshopCollectionItem > | itemsOut | ) |
Returns list of sorted collection items.