EOS_LobbySearch_Find

EOS API reference page for EOS_LobbySearch_Find

1분 소요

This function is part of the Lobby Interface.

Remarks

Find lobbies matching the search criteria setup via this lobby search handle. When the operation completes, this handle will have the search results that can be parsed

Return Value

  • EOS_Success if the find operation completes successfully

  • EOS_NotFound if searching for an individual lobby by lobby ID or target user ID returns no results

  • EOS_InvalidParameters if any of the options are incorrect

Parameters

EOS_LobbySearch_Find

Parameter Type And NameUsage Information
EOS_HLobbySearch Handle
const EOS_LobbySearch_FindOptions* OptionsStructure containing information about the search criteria to use
void* ClientDataArbitrary data that is passed back to you in the CompletionDelegate
const EOS_LobbySearch_OnFindCallback CompletionDelegateA callback that is fired when the search operation completes, either successfully or in error