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

IsCloudEnabledForAccount() public static méthode

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