Enfusion Script API
Loading...
Searching...
No Matches
WorkshopAuthor Interface Reference
Inheritance diagram for WorkshopAuthor:
WorkshopCatalogue

Public Member Functions

proto external string Name ()
 
proto external bool IsBlocked ()
 
proto external void AddBlock (BackendCallback callback)
 
proto external void RemoveBlock (BackendCallback callback)
 
proto external int GetOfflineItems (out notnull array< WorkshopItem > items)
 
- Public Member Functions inherited from WorkshopCatalogue
proto external int MaxPageSize ()
 Returns max possible size of page that is allowed to be set.
 
proto external void RequestPage (BackendCallback pCallback, notnull PageParams pParams, bool bClearCache)
 
proto external int GetTotalItemCount ()
 
proto external int GetPageCount ()
 
proto external void SetPageItems (int iCount)
 Set number of items per page.
 
proto external void SetPageSize (int iCount)
 Set number of items per page.
 
proto external int GetPage ()
 
proto external int GetPageItemCount ()
 
proto external int GetPageItems (out notnull array< WorkshopItem > items)
 

Member Function Documentation

◆ AddBlock()

proto external void WorkshopAuthor.AddBlock ( BackendCallback callback)

◆ GetOfflineItems()

proto external int WorkshopAuthor.GetOfflineItems ( out notnull array< WorkshopItem > items)

◆ IsBlocked()

proto external bool WorkshopAuthor.IsBlocked ( )

◆ Name()

proto external string WorkshopAuthor.Name ( )

◆ RemoveBlock()

proto external void WorkshopAuthor.RemoveBlock ( BackendCallback callback)

The documentation for this interface was generated from the following file: