headcrab_hunt 
Handles the headcrab's hunting behavior, trying to leap at targets when in range
Vars | |
| jump_cooldown_time | Time between jump attempts |
|---|---|
| max_jump_range | Maximum range at which we can leap |
| preferred_jump_range | Preferred range to start jumping |
Procs | |
| execute_jump | Execute the jump after the telegraph |
Var Details
jump_cooldown_time 
Time between jump attempts
max_jump_range 
Maximum range at which we can leap
preferred_jump_range 
Preferred range to start jumping
Proc Details
execute_jump
Execute the jump after the telegraph