[][src]Struct sulis_state::script::AreaTargeter

pub struct AreaTargeter { /* fields omitted */ }

A created AreaTargeter, built from a Targeter

Implementations

impl AreaTargeter[src]

pub fn from(data: &TargeterData) -> AreaTargeter[src]

pub fn take_range_indicator(&mut self) -> Option<RangeIndicator>[src]

pub fn parent(&self) -> &Rc<RefCell<EntityState>>[src]

pub fn name(&self) -> &str[src]

pub fn cancel(&self) -> bool[src]

pub fn draw(
    &mut self,
    renderer: &mut dyn GraphicsRenderer,
    tile: &Rc<dyn Image>,
    offset: Offset,
    scale: Scale,
    millis: u32,
    params: &Params
)
[src]

pub fn on_mouse_move(
    &mut self,
    cursor_x: i32,
    cursor_y: i32
) -> Option<&Rc<RefCell<EntityState>>>
[src]

pub fn on_cancel(&mut self)[src]

pub fn is_free_select(&self) -> bool[src]

pub fn selectable(&self) -> &[Rc<RefCell<EntityState>>][src]

pub fn cur_affected(&self) -> &Vec<Rc<RefCell<EntityState>>>[src]

pub fn is_valid_to_activate(&self) -> bool[src]

pub fn on_activate(&mut self)[src]

Auto Trait Implementations

impl !RefUnwindSafe for AreaTargeter

impl !Send for AreaTargeter

impl !Sync for AreaTargeter

impl Unpin for AreaTargeter

impl !UnwindSafe for AreaTargeter

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]