Open niuzheng168 opened 9 years ago
There's no "easy way" to get the assist information. You have to track who dealt damage to a hero in the 15 (could be 20) second window before he died, and then give them an assist if they did.
You could just track m_iAssists for each hero. When a kill happens look for it to be incremented?
In death log entry, i can know which hero killed which here, but how can I get the assist information?