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

GetSyncPlatforms() public static méthode

public static GetSyncPlatforms ( string pchFile ) : ERemoteStoragePlatform
pchFile string
Résultat ERemoteStoragePlatform
		public static ERemoteStoragePlatform GetSyncPlatforms(string pchFile) {
			InteropHelp.TestIfAvailableClient();
			using (var pchFile2 = new InteropHelp.UTF8StringHandle(pchFile)) {
				return NativeMethods.ISteamRemoteStorage_GetSyncPlatforms(pchFile2);
			}
		}