junlarsen / RiotQuest

[Deprecated] PHP 7.1+ Library for the Riot Games API
MIT License
8 stars 3 forks source link

Filter Stats #30

Closed darwiky closed 5 years ago

darwiky commented 5 years ago

How can i filter this stats image

to get on 5,10,15,20,25,30min?

i dont see on your documentation how to interect with them since on riot it says that is possible to do it

image

junlarsen commented 5 years ago

This object is accessible via

$match->participants[0...9]->timeline

You can only get the intervals 0-10, 10-20, 20-30 and so on as the Riot only reports this data every 10th minute.

darwiky commented 5 years ago

if i want to get 30-40 i will have to do something like $match->participants[0...9]->timeline["...."]["30-40"]

darwiky commented 5 years ago

for what im reading is impossible to get this data above 30min..thanks for your time ^^ and good work