Steamworks.NativeMethods.ISteamGameServerStats_UpdateUserAvgRateStat C# (CSharp) Method

ISteamGameServerStats_UpdateUserAvgRateStat() private method

private ISteamGameServerStats_UpdateUserAvgRateStat ( CSteamID steamIDUser, InteropHelp pchName, float flCountThisSession, double dSessionLength ) : bool
steamIDUser CSteamID
pchName InteropHelp
flCountThisSession float
dSessionLength double
return bool
		public static extern bool ISteamGameServerStats_UpdateUserAvgRateStat(CSteamID steamIDUser, InteropHelp.UTF8StringHandle pchName, float flCountThisSession, double dSessionLength);
NativeMethods