-
Notifications
You must be signed in to change notification settings - Fork 303
Home
Howard Chung edited this page May 1, 2015
·
15 revisions
Welcome to the yasp wiki!
More detailed position data for entities: https://gist.github.com/spheenik/3766744d47c170f25cf5.js
Entity fields: http://wiki.zynox.net/Network_Information
Combat log types: https://github.com/SteamRE/SteamKit/blob/master/Resources/Protobufs/dota/dota_gcmessages_common.proto
Click target types? +enum DOTA_ABILITY_TARGET_TYPE {
- DOTA_ABILITY_TARGET_NONE = 0;
- DOTA_ABILITY_TARGET_SELF = 1;
- DOTA_ABILITY_TARGET_ALLY_HERO = 2;
- DOTA_ABILITY_TARGET_ALLY_CREEP = 3;
- DOTA_ABILITY_TARGET_ENEMY_HERO = 4;
- DOTA_ABILITY_TARGET_ENEMY_CREEP = 5; } }