Exemple #1
0
 public UInt64 EnumerateUserSubscribedFiles(UInt32 nAppId, UInt32 uStartIndex, Byte uListType, EPublishedFileInfoMatchingFileType eMatchingFileType)
 {
     return(this.GetFunction <NativeEnumerateUserSubscribedFilesUUBE>(this.Functions.EnumerateUserSubscribedFiles45)(this.ObjectAddress, nAppId, uStartIndex, uListType, eMatchingFileType));
 }
 public UInt64 EnumeratePublishedWorkshopFiles(UInt32 nAppId, EWorkshopEnumerationType eType, EPublishedFileInfoMatchingFileType eFileType, UInt32 uStartIndex, UInt32 cDays, UInt32 cCount, ref SteamParamStringArray_t pTags, ref SteamParamStringArray_t pUserTags)
 {
     return(this.GetFunction <NativeEnumeratePublishedWorkshopFilesUEEUUUSS>(this.Functions.EnumeratePublishedWorkshopFiles54)(this.ObjectAddress, nAppId, eType, eFileType, uStartIndex, cDays, cCount, ref pTags, ref pUserTags));
 }