Máy chủ trò chơi
Tên loại: GameServer
Mở rộng vô hình
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-04 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]