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

Commit

Permalink
Merge pull request #1140 from R0DnikOw/patch-21
Browse files Browse the repository at this point in the history
Update roblox.mdx
  • Loading branch information
adircoh authored Aug 13, 2024
2 parents f45799a + 9b59630 commit a450dea
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pages/api/live-game-data/supported-games/roblox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ Data Example:

key | Category | Values | Notes | Since GEP Ver. |
------------ | ------------| ------------------------- | --------------------- | ------------- |
game_id | game_info | The current played minigame ID. |See [notes](#game_id-note)| 257.0 |
game_id | match_info | The current played minigame ID. |See [notes](#game_id-note)| 257.0 |
universe_id | match_info | The current played universe ID. |See [notes](#universe_id-note)| 258.0 |

#### *game_id* note

Expand All @@ -84,6 +85,14 @@ Data Example:
{"feature":"match_info","category":"match_info","key":"game_id","value":"15744137588"}
```

#### *universe_id* note

Data Example:

```json
{"feature":"match_info","category":"match_info","key":"universe_id","value":"3164075108"}
```

### Events

Event | Event Data | Fired When | Notes | Since GEP Ver. |
Expand Down Expand Up @@ -124,4 +133,4 @@ Data Example:

```json
{"events":[{"name":"record_end","data":""}]}
```
```

0 comments on commit a450dea

Please sign in to comment.