Steamworks.NativeMethods.ISteamUser_GetGameBadgeLevel C# (CSharp) Method

ISteamUser_GetGameBadgeLevel() private method

private ISteamUser_GetGameBadgeLevel ( int nSeries, [ bFoil ) : int
nSeries int
bFoil [
return int
		public static extern int ISteamUser_GetGameBadgeLevel(int nSeries, [MarshalAs(UnmanagedType.I1)] bool bFoil);
NativeMethods