Steamworks.NativeMethods.ISteamFriends_GetFriendCountFromSource C# (CSharp) Method

ISteamFriends_GetFriendCountFromSource() private method

private ISteamFriends_GetFriendCountFromSource ( CSteamID steamIDSource ) : int
steamIDSource CSteamID
return int
		public static extern int ISteamFriends_GetFriendCountFromSource(CSteamID steamIDSource);
NativeMethods