Steamworks.NativeMethods.ISteamFriends_GetClanByIndex C# (CSharp) Method

ISteamFriends_GetClanByIndex() private method

private ISteamFriends_GetClanByIndex ( int iClan ) : ulong
iClan int
return ulong
		public static extern ulong ISteamFriends_GetClanByIndex(int iClan);
NativeMethods