Steamworks.NativeMethods.ISteamFriends_GetClanOfficerCount C# (CSharp) Method

ISteamFriends_GetClanOfficerCount() private method

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