steam_ugc_num_subscribed_items

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

 

Syntax:

steam_ugc_num_subscribed_items();

 

Returns:

Real

 

Example:

numSub = steam_ugc_num_subscribed_items();

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