Steamworks.NativeMethods.ISteamFriends_GetMediumFriendAvatar C# (CSharp) Method

ISteamFriends_GetMediumFriendAvatar() private method

private ISteamFriends_GetMediumFriendAvatar ( CSteamID steamIDFriend ) : int
steamIDFriend CSteamID
return int
		public static extern int ISteamFriends_GetMediumFriendAvatar(CSteamID steamIDFriend);
NativeMethods