#[repr(C)]pub struct MapEditChecker_CheckRange {
pub min_x: i32,
pub max_x: i32,
pub min_z: i32,
pub max_z: i32,
}Expand description
Fields§
§min_x: i32§max_x: i32§min_z: i32§max_z: i32Implementations§
Source§impl MapEditChecker_CheckRange
impl MapEditChecker_CheckRange
Sourcepub fn ctor(
&mut self,
x1: impl Into<i32>,
x2: impl Into<i32>,
z1: impl Into<i32>,
z2: impl Into<i32>,
)
pub fn ctor( &mut self, x1: impl Into<i32>, x2: impl Into<i32>, z1: impl Into<i32>, z2: impl Into<i32>, )
.ctor(i32, i32, i32, i32) overload
Sourcepub fn is_range(&mut self, pos: impl Into<MapPos>) -> bool
pub fn is_range(&mut self, pos: impl Into<MapPos>) -> bool
IsRange(crate::app::mappos::MapPos) overload
Sourcepub fn is_range_2(&mut self, x: impl Into<i32>, z: impl Into<i32>) -> bool
pub fn is_range_2(&mut self, x: impl Into<i32>, z: impl Into<i32>) -> bool
IsRange(i32, i32) overload
Sourcepub fn to_string(&mut self) -> Il2CppString
pub fn to_string(&mut self) -> Il2CppString
ToString() overload
Source§impl MapEditChecker_CheckRange
impl MapEditChecker_CheckRange
pub fn ctor_method_info() -> &'static MethodInfo
pub fn is_range_method_info() -> &'static MethodInfo
pub fn is_range_2_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
pub fn to_string_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for MapEditChecker_CheckRange
impl Clone for MapEditChecker_CheckRange
Source§fn clone(&self) -> MapEditChecker_CheckRange
fn clone(&self) -> MapEditChecker_CheckRange
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MapEditChecker_CheckRange
Auto Trait Implementations§
impl Freeze for MapEditChecker_CheckRange
impl RefUnwindSafe for MapEditChecker_CheckRange
impl Send for MapEditChecker_CheckRange
impl Sync for MapEditChecker_CheckRange
impl Unpin for MapEditChecker_CheckRange
impl UnwindSafe for MapEditChecker_CheckRange
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)