Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Add steam_id in R6
Browse files Browse the repository at this point in the history
  • Loading branch information
adircoh committed Jul 1, 2024
1 parent c136790 commit ab9ec90
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Data Example:
key | Category | Values | Notes | Since GEP Ver. |
------------ | ------------| ------------------------- | --------------------- | ------------- |
phase | game_info | The current game scene/phase. | See [notes](#phase-notes)| 123.0 |
steam_id | game_info | The local player steam ID. |See [notes](#steam_id-note)| 256.0 |

#### `phase` notes

Expand All @@ -83,6 +84,14 @@ Example:
{"info":{"game_info":{"phase":"lobby"}},"feature":"game_info"}
```

#### *steam_id* note

Data Example:

```json
{"feature":"game_info","category":"game_info","key":"steam_id","value":76561198088746530}
```

## `match_info`

### Info Updates
Expand Down

0 comments on commit ab9ec90

Please sign in to comment.