updatePublishedFileTags method

bool updatePublishedFileTags(
  1. PublishedFileUpdateHandle updateHandle,
  2. Pointer<SteamParamStringArray> pTags
)

Implementation

bool updatePublishedFileTags(
  PublishedFileUpdateHandle updateHandle,
  Pointer<SteamParamStringArray> pTags,
) =>
    _updatePublishedFileTags.call(
      this,
      updateHandle,
      pTags,
    );