Steamworks.SteamRemoteStorage.SynchronizeToClient C# (CSharp) 메소드

SynchronizeToClient() 공개 정적인 메소드

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

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