Steamworks.NativeMethods.ISteamApps_BIsDlcInstalled C# (CSharp) Method

ISteamApps_BIsDlcInstalled() private method

private ISteamApps_BIsDlcInstalled ( AppId_t appID ) : bool
appID AppId_t
return bool
		public static extern bool ISteamApps_BIsDlcInstalled(AppId_t appID);
NativeMethods