◆ AskDetail()
◆ Cancel()
Cancel upload or download.
◆ ClearScriptFlag()
proto native void DownloadableItem.ClearScriptFlag |
( |
int |
iFlag | ) |
|
Clear script-defined persistent flags.
◆ DeleteDownloadProgress()
proto native void DownloadableItem.DeleteDownloadProgress |
( |
| ) |
|
◆ DeleteLocally()
proto native void DownloadableItem.DeleteLocally |
( |
| ) |
|
Delete local copy of an asset.
◆ Download()
Request download of this item.
◆ GetActiveRevision()
proto native Revision DownloadableItem.GetActiveRevision |
( |
| ) |
|
Returns currently used revision or null if no revision is downloaded.
◆ GetDownloadingRevision()
proto native Revision DownloadableItem.GetDownloadingRevision |
( |
| ) |
|
Returns currently downloading revision.
◆ GetLatestRevision()
proto native Revision DownloadableItem.GetLatestRevision |
( |
| ) |
|
◆ GetLocalRevision()
proto native Revision DownloadableItem.GetLocalRevision |
( |
| ) |
|
Get local (non-workshop) revision.
◆ GetPendingDownload()
proto native Revision DownloadableItem.GetPendingDownload |
( |
| ) |
|
◆ GetProcessingProgress()
proto native float DownloadableItem.GetProcessingProgress |
( |
| ) |
|
Get download/update progress based on file operations in range <0.0.
.. 1.0>
◆ GetProgress()
proto native float DownloadableItem.GetProgress |
( |
| ) |
|
Get Download/ Upload progress in range <0.0.
.. 1.0>
◆ GetRevisions()
proto native int DownloadableItem.GetRevisions |
( |
out notnull array< Revision > |
revisions | ) |
|
◆ GetScriptFlag()
proto native int DownloadableItem.GetScriptFlag |
( |
| ) |
|
Get script-defined persistent flags.
◆ HasLatestVersion()
proto native bool DownloadableItem.HasLatestVersion |
( |
| ) |
|
Is the local version the latest one?
◆ Id()
proto native string DownloadableItem.Id |
( |
| ) |
|
◆ IsProcessing()
proto native bool DownloadableItem.IsProcessing |
( |
| ) |
|
True if download is waiting for file processing.
◆ LoadDependencies()
Load revision's dependency list.
◆ SetScriptFlag()
proto native void DownloadableItem.SetScriptFlag |
( |
int |
iFlag | ) |
|
Set script-defined persistent flags.
◆ Summary()
proto native string DownloadableItem.Summary |
( |
| ) |
|
◆ Thumbnail()
The documentation for this interface was generated from the following file:
- GameLib/online/WorkshopApi.c