This repository was archived by the owner on Sep 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pages/api/live-game-data/supported-games Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Data Example:
82
82
Event | Event Data | Fired When | Notes | Since GEP Ver. |
83
83
------------| -------------| --------------| -------------------------------------- | ---------------|
84
84
knockout | nulll | When the local player is knockout| See [notes](#knockout-note) |259.0|
85
- levelUp | nulll | When the local player level up| See [notes](#levelUp -note) |259.0|
85
+ level_up | nulll | When the local player level up| See [notes](#level_up -note) |259.0|
86
86
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |259.0|
87
87
match_end | nulll | At the end of each match| See [notes](#match_end-note) |259.0|
88
88
@@ -94,12 +94,12 @@ Data Example:
94
94
{"events" :[{"name" :" knockout" ,"data" :null }]}
95
95
```
96
96
97
- #### *levelUp * note
97
+ #### *level_up * note
98
98
99
99
Data Example:
100
100
101
101
```json
102
- {"events" :[{"name" :" levelUp " ,"data" :null }]}
102
+ {"events" :[{"name" :" level_up " ,"data" :null }]}
103
103
```
104
104
105
105
#### *match_start* note
You can’t perform that action at this time.
0 commit comments