enumeratePublishedFilesByUserAction method

SteamApiCall enumeratePublishedFilesByUserAction(
  1. EWorkshopFileAction action,
  2. int startIndex
)

Implementation

SteamApiCall enumeratePublishedFilesByUserAction(
  EWorkshopFileAction action,
  int startIndex,
) =>
    _enumeratePublishedFilesByUserAction.call(
      this,
      action.value,
      startIndex,
    );