diff options
Diffstat (limited to 'internal_rewrite/ragebot.hpp')
| -rw-r--r-- | internal_rewrite/ragebot.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal_rewrite/ragebot.hpp b/internal_rewrite/ragebot.hpp index 4b5676f..83b960f 100644 --- a/internal_rewrite/ragebot.hpp +++ b/internal_rewrite/ragebot.hpp @@ -70,6 +70,7 @@ namespace features std::array< int, 65 > get_sorted_targets( );
aim_target_t find_best_target( );
+ bool can_hit_target( int, aim_target_t* target, bool zeus );
int hitscan( c_base_player* ent, bool baim, vec3_t& out_pos, float& out_dmg );
void set_angles( const vec3_t& viewangles );
bool should_baim_entity( c_base_player* ent, bool backtracked = false );
@@ -120,6 +121,7 @@ namespace features public:
bool is_fakewalking( ) const { return m_is_fakewalking; }
+
bool is_edging( ) const { return m_is_edging; }
float get_yaw( bool no_jitter = false );
|
