GameServer
Typname: GameServer
Erweitert Immaterielle
Name |
Typ |
Beschreibung |
spiel |
Videospiel |
Videospiel, das auf diesem Server gespielt wird |
SpielerOnline |
Number |
Anzahl der Spieler auf dem Server. |
serverStatus (Serverstatus) |
GameServerStatus |
Status eines Spieleservers |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-04 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]