|
Final structure of the workshop asset which contains all data and functionality. More...
Public Member Functions | |
| proto external string | GetChangelog () |
| Returns full changelog of this revision. | |
| proto external void | RequestDeltaSize (notnull BackendCallback callback, notnull WorkshopRevisionBase other) |
| Will request download of manifest for this and other revision into memory which is necessary for calculation of patch size between them. | |
| proto external int | GetPatchSizeKB (notnull WorkshopRevisionBase other) |
| Will calculate delta patch size from this to other revision - how much data will be needed to get from this to other revision. | |
| proto external WorkshopLicense | GetLicense () |
| Returns pointer to the license object of this revision. | |
Public Member Functions inherited from WorkshopRevisionBase | |
| proto external bool | IsLatest () |
| Returns true if this is latest revision of its asset. | |
| proto external bool | IsCurrent () |
| Return true if this is current revision of its asset. | |
| proto external string | GetVersion () |
| Returns version numbers as a string. | |
| proto external int | GetSizeKB () |
| Returns total size of this revision in KibiBytes. | |
| proto external WorkshopJob | RequestDownload (notnull BackendCallback callback) |
| Will request download of this revision. | |
| proto external void | RequestDetails (notnull BackendCallback callback) |
| Will request missing details about this revision. | |
| proto external WorkshopRevision | GetWorkshopRevision () |
| Returns full WorkshopRevision structure of this if it was previously requested with successful result. | |
Final structure of the workshop asset which contains all data and functionality.
| proto external string WorkshopRevision.GetChangelog | ( | ) |
Returns full changelog of this revision.
| proto external WorkshopLicense WorkshopRevision.GetLicense | ( | ) |
Returns pointer to the license object of this revision.
| proto external int WorkshopRevision.GetPatchSizeKB | ( | notnull WorkshopRevisionBase | other | ) |
Will calculate delta patch size from this to other revision - how much data will be needed to get from this to other revision.
| proto external void WorkshopRevision.RequestDeltaSize | ( | notnull BackendCallback | callback, |
| notnull WorkshopRevisionBase | other ) |
Will request download of manifest for this and other revision into memory which is necessary for calculation of patch size between them.