Steamworks.NativeMethods.ISteamMatchmaking_GetLobbyMemberByIndex C# (CSharp) Method

ISteamMatchmaking_GetLobbyMemberByIndex() private method

private ISteamMatchmaking_GetLobbyMemberByIndex ( CSteamID steamIDLobby, int iMember ) : ulong
steamIDLobby CSteamID
iMember int
return ulong
		public static extern ulong ISteamMatchmaking_GetLobbyMemberByIndex(CSteamID steamIDLobby, int iMember);
NativeMethods