Open DotaUw opened 6 years ago
This is in CDOTA_DataRadiant
and CDOTA_DataDire
.
How do identify which player is which? for example 1/0/0 m_vecDataTeam.0000.m_iTotalEarnedGold 85 vs 1/1/0 m_vecDataTeam.0001.m_iTotalEarnedGold 85 How do I know who is 0000 vs 0001?
Have a look at the matchend example. This should clear most things up.
I am looking for the players gold and experience per tick. I am looking at the players table "CDOTA_UNIT_HERO_CHEN" and I do not see gold or experience. Am I blind? Or does it print that information in another table? I see from another issue page form the clarity examples: m_iReliableGold, m_iUnreliableGold, m_iTotalEarnedGold, and m_iTotalEarnedXP. Is there a way for the analyzer to print out these or other entities?