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

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