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

SynchronizeToServer() public static méthode

Upload any requested files to the Cloud - results in a RemoteStorageAppSyncedServer_t callback

public static SynchronizeToServer ( ) : bool
Résultat bool
		public static bool SynchronizeToServer() {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamRemoteStorage_SynchronizeToServer();
		}