targeted_mob_ability ![code/datums/ai/basic_mobs/basic_subtrees/targeted_mob_ability.dm 2](git.png)
Attempts to use a mob ability on a target
Vars | |
ability_key | Blackboard key for the ability |
---|---|
finish_planning | If true we terminate planning after trying to use the ability. |
target_key | Blackboard key for where the target ref is stored |
use_ability_behaviour | Behaviour to perform using ability |
Var Details
ability_key ![code/datums/ai/basic_mobs/basic_subtrees/targeted_mob_ability.dm 4](git.png)
Blackboard key for the ability
finish_planning ![code/datums/ai/basic_mobs/basic_subtrees/targeted_mob_ability.dm 10](git.png)
If true we terminate planning after trying to use the ability.
target_key ![code/datums/ai/basic_mobs/basic_subtrees/targeted_mob_ability.dm 6](git.png)
Blackboard key for where the target ref is stored
use_ability_behaviour ![code/datums/ai/basic_mobs/basic_subtrees/targeted_mob_ability.dm 8](git.png)
Behaviour to perform using ability