Steam
Public Member Functions | Properties | List of all members
LapinerTools.Steam.Data.WorkshopItemList Class Reference

The WorkshopItemList contains the Steam Workshop items fetched from Steamworks. Also, contains all items favorited or voted by this Steam user. More...

Public Member Functions

 WorkshopItemList ()
 

Properties

uint Page [get, set]
 The page number of the WorkshopItemList.Items property, starts with 1. More...
 
uint PagesItems [get, set]
 The overall page count in Steam Workshop. More...
 
List< WorkshopItemItems [get, set]
 The items of the WorkshopItemList.Page. More...
 
uint PagesItemsFavorited [get, set]
 The page count of user's favorites in Steam Workshop. More...
 
List< WorkshopItemItemsFavorited [get, set]
 This Steam user's favorites list. More...
 
uint PagesItemsVoted [get, set]
 The page count of user's votes in Steam Workshop. More...
 
List< WorkshopItemItemsVoted [get, set]
 All items voted by this Steam user. More...
 

Detailed Description

The WorkshopItemList contains the Steam Workshop items fetched from Steamworks. Also, contains all items favorited or voted by this Steam user.

Constructor & Destructor Documentation

◆ WorkshopItemList()

LapinerTools.Steam.Data.WorkshopItemList.WorkshopItemList ( )

Property Documentation

◆ Items

List<WorkshopItem> LapinerTools.Steam.Data.WorkshopItemList.Items
getset

The items of the WorkshopItemList.Page.

◆ ItemsFavorited

List<WorkshopItem> LapinerTools.Steam.Data.WorkshopItemList.ItemsFavorited
getset

This Steam user's favorites list.

◆ ItemsVoted

List<WorkshopItem> LapinerTools.Steam.Data.WorkshopItemList.ItemsVoted
getset

All items voted by this Steam user.

◆ Page

uint LapinerTools.Steam.Data.WorkshopItemList.Page
getset

The page number of the WorkshopItemList.Items property, starts with 1.

◆ PagesItems

uint LapinerTools.Steam.Data.WorkshopItemList.PagesItems
getset

The overall page count in Steam Workshop.

◆ PagesItemsFavorited

uint LapinerTools.Steam.Data.WorkshopItemList.PagesItemsFavorited
getset

The page count of user's favorites in Steam Workshop.

◆ PagesItemsVoted

uint LapinerTools.Steam.Data.WorkshopItemList.PagesItemsVoted
getset

The page count of user's votes in Steam Workshop.


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