Steamworks.SteamRemoteStorage.EnumeratePublishedWorkshopFiles C# (CSharp) Méthode

EnumeratePublishedWorkshopFiles() public static méthode

this method enumerates the public view of workshop files

public static EnumeratePublishedWorkshopFiles ( EWorkshopEnumerationType eEnumerationType, uint unStartIndex, uint unCount, uint unDays, System pTags, System pUserTags ) : SteamAPICall_t
eEnumerationType EWorkshopEnumerationType
unStartIndex uint
unCount uint
unDays uint
pTags System
pUserTags System
Résultat SteamAPICall_t
		public static SteamAPICall_t EnumeratePublishedWorkshopFiles(EWorkshopEnumerationType eEnumerationType, uint unStartIndex, uint unCount, uint unDays, System.Collections.Generic.IList<string> pTags, System.Collections.Generic.IList<string> pUserTags) {
			InteropHelp.TestIfAvailableClient();
			return (SteamAPICall_t)NativeMethods.ISteamRemoteStorage_EnumeratePublishedWorkshopFiles(eEnumerationType, unStartIndex, unCount, unDays, new InteropHelp.SteamParamStringArray(pTags), new InteropHelp.SteamParamStringArray(pUserTags));
		}