Servidor de jogos
Nome do tipo: GameServer
Estende Intangível
Nome |
Tipo |
Descrição |
jogo |
Videogame (em inglês) |
Videogame jogado neste servidor. |
jogadores on-line |
Número |
Número de jogadores no servidor. |
status do servidor |
Status do servidor de jogos |
Status de um servidor de jogos. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-09-04 UTC.
[null,null,["Última atualização 2024-09-04 UTC."],[[["GameServer is a type of Intangible that represents a game server."],["It includes information about the game being played, the number of players online, and the server's current status."],["Relevant data is linked using specific types: VideoGame for the game, Number for players online, and GameServerStatus for the server status."]]],["The `GameServer` type, extending `Intangible`, details the structure of a game server. It includes information about the `game` played on the server, which is defined as a `VideoGame`. It tracks the `playersOnline`, represented as a `Number`, indicating the current player count. Lastly, it specifies the `serverStatus`, using the `GameServerStatus` type to describe the operational state of the server.\n"]]