Skip to content
Snippets Groups Projects
  1. Dec 10, 2019
  2. Dec 09, 2019
  3. Nov 22, 2019
  4. Nov 21, 2019
  5. Nov 19, 2019
  6. Oct 18, 2019
  7. Sep 02, 2019
  8. Aug 20, 2019
  9. Aug 15, 2019
  10. Aug 14, 2019
  11. Dec 18, 2018
  12. Dec 11, 2018
    • David Bergström's avatar
      Merge branch 'sofab194/pycommandcenter-master' · 2d160564
      David Bergström authored
      Following change description:
      
      * Added getTarget() to Unit: (Accessed via unit.target in python)
        Returns target if unit has one, otherwise will fail the assertion (make
        sure not to call this unless certain that the unit has a target!).
      * Added hasTarget() to Unit: (Accessed via unit.has_target in python)
        Returns true if unit has a valid target.
      * Added isBlip() to Unit: (Accessed via unit.is_blip in python) Returns
        true if unit is a "blip" - a ping on the map.
      * Added possible access to the current frame of the game in python
        (IDABot.current_frame).
Loading