mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
988 B
988 B
GameInfo interface
Game Information
Signature:
interface GameInfo
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| commit | string | Git commit hash that the release was built from. E.g.: "d0d776700" | |
| platform | "Browser" | "Steam" | Platform that the game is running on | |
| version | string | Version as shown in release notes and in the UI. E.g.: "2.8.1" Note that this property does not have the prefix "v". For example, with v2.8.1, this property is "2.8.1". |
|
| versionNumber | number | Internal version number that increments during releases. E.g.: 43 |