Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Information for all the constants related to lobby.
public class LobbyConstants
Public Members
| name | description |
|---|---|
| LobbyConstants() | The default constructor. |
| static readonly LobbyAmMemberSearchKey | A special, predefined search key, which can be used in the FilterString filtering string to search for lobbies that you're currently a member of. |
| static readonly LobbyAmOwnerSearchKey | A special, predefined search key, which can be used in the FilterString filtering string to search for lobbies that you own. |
| const LobbyClientRequestedSearchResultCountUpperLimit | The maximum number of search results that client-entity callers may request when performing a FindLobbies operation. |
| const LobbyMaxLobbyPropertyCount | The maximum number of concurrent properties which can be stored for the lobby and which aren't owned by any specific member. |
| const LobbyMaxMemberCountLowerLimit | The minimum allowed value for MaxMemberCount and MaxMemberCount. |
| const LobbyMaxMemberCountUpperLimit | The maximum allowed value for MaxMemberCount and MaxMemberCount. |
| const LobbyMaxMemberPropertyCount | The maximum number of concurrent properties allowed for each member in the lobby. |
| const LobbyMaxSearchPropertyCount | The maximum number of concurrent search properties which can be stored for the lobby. |
| static readonly LobbyMemberCountSearchKey | A special, predefined search key, which can be used in the FilterString filtering and sorting strings to search for lobbies based on the current number of members in the lobby. |
See Also
- namespace PlayFab.Multiplayer