You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew edited this page Sep 16, 2013
·
5 revisions
DT: These are key values that specify much of the information in a replay file. There are many that are sub-classes and inherit properties from the base classes. You can view these at: D2Ware
ehandle: each entity that is tracked throughout the game receives an ehandle. This ehandle is of type long, and is unique. For example, each hero receives an ehandle. You can find this value using world.by_ehandle or by searching for a DT (world.find_by_dt('DT_DOTA_PlayerResource'))
For details about the information that Skadi parses from the replay file, see Valve's Documentation