Skip to main content

IMapImageSightCoreMethods

Trait IMapImageSightCoreMethods 

Source
pub trait IMapImageSightCoreMethods: IMapImageSightCore {
    // Provided methods
    fn set(self, sx: impl Into<i32>, sz: impl Into<i32>, sight: impl Into<i32>) { ... }
    fn set_2(self, unit: impl Into<Unit>) { ... }
    fn clear_in_sight(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set(self, sx: impl Into<i32>, sz: impl Into<i32>, sight: impl Into<i32>)

Set(i32, i32, i32) overload

Source

fn set_2(self, unit: impl Into<Unit>)

Set(crate::app::unit::Unit) overload

Source

fn clear_in_sight(self)

ClearInSight() overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IMapImageSightCore> IMapImageSightCoreMethods for __T

Available on crate feature app-mapimagesightcore only.