mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
24 lines
988 B
Markdown
24 lines
988 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GameInfo](./bitburner.gameinfo.md)
|
|
|
|
## GameInfo interface
|
|
|
|
Game Information
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface GameInfo
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
| --- | --- | --- | --- |
|
|
| [commit](./bitburner.gameinfo.commit.md) | | string | Git commit hash that the release was built from. E.g.: "d0d776700" |
|
|
| [platform](./bitburner.gameinfo.platform.md) | | "Browser" \| "Steam" | Platform that the game is running on |
|
|
| [version](./bitburner.gameinfo.version.md) | | string | <p>Version as shown in release notes and in the UI. E.g.: "2.8.1"</p><p>Note that this property does not have the prefix "v". For example, with v2.8.1, this property is "2.8.1".</p> |
|
|
| [versionNumber](./bitburner.gameinfo.versionnumber.md) | | number | Internal version number that increments during releases. E.g.: 43 |
|
|
|