public TClass RequestSpectatorServerList <TClass>(UInt32 iApp, ref MatchMakingKeyValuePair_t ppchFilters, UInt32 nFilters, ref ISteamMatchmakingServerListResponse002 pRequestServersResponse) where TClass : InteropHelp.INativeWrapper, new() { return(InteropHelp.CastInterface <TClass>(this.GetFunction <NativeRequestSpectatorServerListUMUI>(this.Functions.RequestSpectatorServerList5)(this.ObjectAddress, iApp, ref ppchFilters, nFilters, ref pRequestServersResponse))); }
public TClass RequestLANServerList <TClass>(UInt32 iApp, ref ISteamMatchmakingServerListResponse002 pRequestServersResponse) where TClass : InteropHelp.INativeWrapper, new() { return(InteropHelp.CastInterface <TClass>(this.GetFunction <NativeRequestLANServerListUI>(this.Functions.RequestLANServerList1)(this.ObjectAddress, iApp, ref pRequestServersResponse))); }