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 #1139 from R0DnikOw/patch-20
Browse files Browse the repository at this point in the history
Update the-first-descendant.mdx
  • Loading branch information
adircoh committed Aug 13, 2024
2 parents a450dea + 40edc10 commit 3444350
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ Check the current game event status [here](/status/). Alternatively, you can eas

key | Category | Values | Notes | Since GEP Ver. |
------------ | ------------| ------------------------- | --------------------- | ------------- |
gep_internal | gep_internal| Local + Public version number|See [notes](#gep_internal-note)| 252.0 |
gep_internal | gep_internal| Local + Public version number|See [notes](#gep_internal-note)| 258.0 |

#### *gep_internal* note

Data Example:

```json
{"info":{"gep_internal":{"version_info":"{"local_version":"244.0.0","public_version":"244.0.0","is_updated":true}"}},"feature":"gep_internal"}
{"info":{"gep_internal":{"version_info":"{"local_version":"244.0.0","public_version":"258.0.0","is_updated":true}"}},"feature":"gep_internal"}
```

## `game_info`
Expand All @@ -59,14 +59,15 @@ Data Example:

key | Category | Values | Notes | Since GEP Ver. |
------------ | ------------| ------------------------- | --------------------- | ------------- |
scene | game_info | The current scene-state |See [notes](#scene-note)| 252.0 |
scene | game_info | The current scene-state |See [notes](#scene-note) | 258.0 |

#### *scene* note

Possible Scene values:

* lobby
* ingame
* mission_failed

Data Example:

Expand All @@ -80,8 +81,8 @@ Data Example:

Event | Event Data | Fired When | Notes | Since GEP Ver. |
------------| -------------| --------------| -------------------------------------- | ---------------|
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |244.0|
match_end | nulll | At the end of each match| See [notes](#match_end-note) |244.0|
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |258.0|
match_end | nulll | At the end of each match| See [notes](#match_end-note) |258.0|

#### *match_start* note

Expand All @@ -97,4 +98,4 @@ Data Example:

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

0 comments on commit 3444350

Please sign in to comment.