Files
bitburner-src/markdown/bitburner.gameinfo.md

988 B

Home > bitburner > GameInfo

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