|
Data structure for integrating workshop with servers. More...
Public Member Functions | |
| proto external ServerInfo | GetOwner () |
| Returns owner server of these workshop data. | |
| proto external int | GetAssetCount () |
| Returns count of how many workshop assets is server using. | |
| proto external void | RequestAssetData (notnull BackendCallback callback) |
| Will request missing partial details about assets and revisions in collection. | |
| proto external WorkshopCollection | GetCollection () |
| Returns structure of workshop collection containing all data about individual assets. | |
Data structure for integrating workshop with servers.
It is created for servers which are running with any assets from workshop.
If server is not running with any assets (is Vanilla) then this object will not be created for such server.
| proto external int ServerWorkshopData.GetAssetCount | ( | ) |
Returns count of how many workshop assets is server using.
| proto external WorkshopCollection ServerWorkshopData.GetCollection | ( | ) |
Returns structure of workshop collection containing all data about individual assets.
| proto external ServerInfo ServerWorkshopData.GetOwner | ( | ) |
Returns owner server of these workshop data.
| proto external void ServerWorkshopData.RequestAssetData | ( | notnull BackendCallback | callback | ) |
Will request missing partial details about assets and revisions in collection.
| VME | - If full server details were not yet requested and loaded.
|