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 void RequestSpectatorServerList(UInt32 iApp, ref MatchMakingKeyValuePair_t ppchFilters, UInt32 nFilters, ref ISteamMatchmakingServerListResponse001 pRequestServersResponse) { this.GetFunction <NativeRequestSpectatorServerListUMUI>(this.Functions.RequestSpectatorServerList5)(this.ObjectAddress, iApp, ref ppchFilters, nFilters, ref pRequestServersResponse); }
public void _RequestXxxServerList_v001(EMatchMakingType eType, UInt32 iApp, ref MatchMakingKeyValuePair_t ppchFilters, UInt32 nFilters, ref ISteamMatchmakingServerListResponse001 pRequestServersResponse) { this.GetFunction <Native_RequestXxxServerList_v001EUMUI>(this.Functions._RequestXxxServerList_v00117)(this.ObjectAddress, eType, iApp, ref ppchFilters, nFilters, ref pRequestServersResponse); }
public void RequestLobbyList(UInt64 ulGameID, ref MatchMakingKeyValuePair_t pFilters, UInt32 nFilters) { this.GetFunction <NativeRequestLobbyListUMU>(this.Functions.RequestLobbyList7)(this.ObjectAddress, ulGameID, ref pFilters, nFilters); }