Steamworks.NativeMethods.ISteamFriends_GetChatMemberByIndex C# (CSharp) Method

ISteamFriends_GetChatMemberByIndex() private method

private ISteamFriends_GetChatMemberByIndex ( CSteamID steamIDClan, int iUser ) : ulong
steamIDClan CSteamID
iUser int
return ulong
		public static extern ulong ISteamFriends_GetChatMemberByIndex(CSteamID steamIDClan, int iUser);
NativeMethods