Servidor de juegos
Nombre de tipo: GameServer
Extiende Intangible
Nombre |
Tipo |
Descripción |
juego |
Videojuegos |
Videojuegos que se reproducen en este servidor. |
jugadores en línea |
Número |
Número de jugadores en el servidor. |
Estado del servidor |
Estado del servidor de juegos |
Estado de un servidor de juegos. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-04 (UTC)
[null,null,["Última actualización: 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"]]