Steamworks.SteamRemoteStorage.IsCloudEnabledForApp C# (CSharp) Method

IsCloudEnabledForApp() public static method

public static IsCloudEnabledForApp ( ) : bool
return bool
		public static bool IsCloudEnabledForApp() {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamRemoteStorage_IsCloudEnabledForApp();
		}