◆ ~BaseWorkshopItem()
| void BaseWorkshopItem.~BaseWorkshopItem |
( |
| ) |
|
◆ Description()
| proto external string BaseWorkshopItem.Description |
( |
| ) |
|
Get description of the item.
◆ GetActiveRevision()
| proto external Revision BaseWorkshopItem.GetActiveRevision |
( |
| ) |
|
Returns currently downloaded Revision of item.
◆ GetDownloadingRevision()
| proto external Revision BaseWorkshopItem.GetDownloadingRevision |
( |
| ) |
|
Returns currently downloading Revision (will return null if it is paused)
◆ GetLatestRevision()
| proto external Revision BaseWorkshopItem.GetLatestRevision |
( |
| ) |
|
◆ GetLocalRevision()
| proto external Revision BaseWorkshopItem.GetLocalRevision |
( |
| ) |
|
Returns pseudo Revision for local non-workshop item.
◆ GetPendingDownload()
| proto external Revision BaseWorkshopItem.GetPendingDownload |
( |
| ) |
|
Returns currently pending/downloading Revision.
◆ GetRevisions()
| proto external int BaseWorkshopItem.GetRevisions |
( |
out notnull array< Revision > | revisions | ) |
|
Provides array of Revision history of X latest revisions.
Limit of how many revisions is provided is specified by Workshop so it may differ.
- Parameters
-
| [out] | revisions | - array containing X latest revisions for this item. |
- Returns
- int - count of revisions
◆ GetStateFlags()
| proto external int BaseWorkshopItem.GetStateFlags |
( |
| ) |
|
Returns current state flags.
◆ Id()
| proto external string BaseWorkshopItem.Id |
( |
| ) |
|
◆ IsProcessed()
| proto external bool BaseWorkshopItem.IsProcessed |
( |
| ) |
|
Returns true if item is currently processing with Workshop - is downloading.
◆ Name()
| proto external string BaseWorkshopItem.Name |
( |
| ) |
|
◆ Summary()
| proto external string BaseWorkshopItem.Summary |
( |
| ) |
|
Returns Summary text of this item.
◆ Thumbnail()
Returns thumbnail image of this item.
The documentation for this interface was generated from the following file:
- GameLib/generated/online/BaseWorkshopItem.c