Steamworks.NativeMethods.ISteamFriends_GetClanChatMemberCount C# (CSharp) Method

ISteamFriends_GetClanChatMemberCount() private method

private ISteamFriends_GetClanChatMemberCount ( CSteamID steamIDClan ) : int
steamIDClan CSteamID
return int
		public static extern int ISteamFriends_GetClanChatMemberCount(CSteamID steamIDClan);
NativeMethods