basic_mob_attack_telegraph
Delays outgoing attacks which are directed at mobs to give players time to get out of the way
Vars | |
current_target | Our current target, if we have one |
---|---|
on_began_forecast | Callback executed when we start aiming at something |
target_overlay | Overlay which we display over targets |
telegraph_duration | Time to wait before attack can complete |
Procs | |
delayed_attack | Perform an attack after a delay |
forget_target | The guy we're trying to attack isn't a valid target any more |
on_attack | When we attempt to attack, check if it is allowed |
target_moved | The guy we're trying to attack moved, is he still in range? |
Var Details
current_target
Our current target, if we have one
on_began_forecast
Callback executed when we start aiming at something
target_overlay
Overlay which we display over targets
telegraph_duration
Time to wait before attack can complete
Proc Details
delayed_attack
Perform an attack after a delay
forget_target
The guy we're trying to attack isn't a valid target any more
on_attack
When we attempt to attack, check if it is allowed
target_moved
The guy we're trying to attack moved, is he still in range?