steam_ugc_num_subscribed_items

Get the number of items that the user has subscribed to.

Syntax:

steam_ugc_num_subscribed_items();


Returns: Real


Description

This function can be used to get the number of items that the current user has subscribed to.


Example:

numSub = steam_ugc_num_subscribed_items();

The above code will store the number of subscribed items in a variable.


Back: Steam API - User Generated Content
Next: steam_ugc_get_subscribed_items
© Copyright YoYo Games Ltd. 2018 All Rights Reserved