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

EnumerateUserPublishedFiles() public static méthode

enumerate the files that the current user published with this app

public static EnumerateUserPublishedFiles ( uint unStartIndex ) : SteamAPICall_t
unStartIndex uint
Résultat SteamAPICall_t
		public static SteamAPICall_t EnumerateUserPublishedFiles(uint unStartIndex) {
			InteropHelp.TestIfAvailableClient();
			return (SteamAPICall_t)NativeMethods.ISteamRemoteStorage_EnumerateUserPublishedFiles(unStartIndex);
		}