Steamworks.SteamRemoteStorage.IsCloudEnabledForAccount C# (CSharp) Method

IsCloudEnabledForAccount() public static method

public static IsCloudEnabledForAccount ( ) : bool
return bool
		public static bool IsCloudEnabledForAccount() {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamRemoteStorage_IsCloudEnabledForAccount();
		}