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
in onCombatLogEntry(CombatLogEntry cle) callback funtion,
when cle.getType() == DOTA_COMBATLOG_ABILITY and cle.getInflictorName() == "kunkka_ghostship", i also get 0 ba calling cle.getLocationX().
This skill is released by mouse position,why i can't get positon by calling getLocationX()?
The text was updated successfully, but these errors were encountered:
If that's the case, I'm pretty sure the replay does not contain the data. A CombatLogEntry sent by the server is only sparsely filled.
Try calling cle.hasLocationX(), if it returns false, this means the replay does not contain the field.
in onCombatLogEntry(CombatLogEntry cle) callback funtion,
when cle.getType() == DOTA_COMBATLOG_ABILITY and cle.getInflictorName() == "kunkka_ghostship", i also get 0 ba calling cle.getLocationX().
This skill is released by mouse position,why i can't get positon by calling getLocationX()?
The text was updated successfully, but these errors were encountered: