bitburner.gameinfo.md
September 26, 2025 ยท View on GitHub
GameInfo interface
Game Information
Signature:
interface GameInfo
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
Git commit hash that the release was built from. E.g.: "d0d776700" | ||
|
"Browser" | "Steam" |
Platform that the game is running on | ||
|
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". | ||
|
number |
Internal version number that increments during releases. E.g.: 43 |