Steamworks.SteamRemoteStorage.SynchronizeToClient C# (CSharp) Method

SynchronizeToClient() public static method

Pull any requested files down from the Cloud - results in a RemoteStorageAppSyncedClient_t callback

public static SynchronizeToClient ( ) : bool
return bool
		public static bool SynchronizeToClient() {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamRemoteStorage_SynchronizeToClient();
		}