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

GetFileListFromServer() public static méthode

The following functions are only necessary on the Playstation 3. On PC & Mac, the Steam client will handle these operations for you

On Playstation 3, the game controls which files are stored in the cloud, via FilePersist, FileFetch, and FileForget.

Connect to Steam and get a list of files in the Cloud - results in a RemoteStorageAppSyncStatusCheck_t callback

public static GetFileListFromServer ( ) : void
Résultat void
		public static void GetFileListFromServer() {
			InteropHelp.TestIfAvailableClient();
			NativeMethods.ISteamRemoteStorage_GetFileListFromServer();
		}