[][src]Function sulis_state::script::script_cache::ability_on_target_select

pub fn ability_on_target_select(
    parent: &Rc<RefCell<EntityState>>,
    ability: &Rc<Ability>,
    targets: Vec<Option<Rc<RefCell<EntityState>>>>,
    selected_point: Point,
    affected_points: Vec<Point>,
    func: &str,
    custom_target: Option<Rc<RefCell<EntityState>>>
) -> Result<()>