Enfusion Script API
|
Public Member Functions | |
proto native void | ScanOfflineItems () |
Scans for both local addons and world saves. | |
proto native void | Cleanup () |
Destroy items. | |
proto native int | GetBannedItems (out notnull array< string > items) |
proto native int | GetDownloads (out notnull array< DownloadableItem > items) |
Public Member Functions inherited from WorkshopCatalogue | |
proto external void | RequestPage (BackendCallback pCallback, notnull PageParams pParams, bool bClearCache) |
proto external int | GetTotalItemCount () |
Get total item count on all pages. | |
proto external int | GetPageCount () |
Get page count. | |
proto external void | SetPageItems (int iCount) |
Set number of items per page. | |
proto external int | GetPage () |
Get current page number. | |
proto external int | GetPageItemCount () |
Get item count on actual page. | |
proto native void DownloadableCatalogue.Cleanup | ( | ) |
Destroy items.
proto native int DownloadableCatalogue.GetDownloads | ( | out notnull array< DownloadableItem > | items | ) |
proto native void DownloadableCatalogue.ScanOfflineItems | ( | ) |
Scans for both local addons and world saves.