#[repr(C)]pub struct AIThink_EnchantThink_SurroundingInfo {
pub m_value: u32,
}Expand description
Fields§
§m_value: u32Implementations§
Source§impl AIThink_EnchantThink_SurroundingInfo
impl AIThink_EnchantThink_SurroundingInfo
pub fn count_mask() -> u32
pub fn set_count_mask(value: u32)
pub fn morph_shift() -> i32
pub fn set_morph_shift(value: i32)
pub fn physical_attack_shift() -> i32
pub fn set_physical_attack_shift(value: i32)
pub fn magic_attack_shift() -> i32
pub fn set_magic_attack_shift(value: i32)
pub fn chain_attack_shift() -> i32
pub fn set_chain_attack_shift(value: i32)
pub fn break_shift() -> i32
pub fn set_break_shift(value: i32)
pub fn silence_shift() -> i32
pub fn set_silence_shift(value: i32)
pub fn freeze_shift() -> i32
pub fn set_freeze_shift(value: i32)
Source§impl AIThink_EnchantThink_SurroundingInfo
impl AIThink_EnchantThink_SurroundingInfo
Sourcepub fn get_morph_count(&mut self) -> i32
pub fn get_morph_count(&mut self) -> i32
get_MorphCount() overload
Sourcepub fn set_morph_count(&mut self, value: impl Into<i32>)
pub fn set_morph_count(&mut self, value: impl Into<i32>)
set_MorphCount(i32) overload
Sourcepub fn get_physical_attack_count(&mut self) -> i32
pub fn get_physical_attack_count(&mut self) -> i32
get_PhysicalAttackCount() overload
Sourcepub fn set_physical_attack_count(&mut self, value: impl Into<i32>)
pub fn set_physical_attack_count(&mut self, value: impl Into<i32>)
set_PhysicalAttackCount(i32) overload
Sourcepub fn get_magic_attack_count(&mut self) -> i32
pub fn get_magic_attack_count(&mut self) -> i32
get_MagicAttackCount() overload
Sourcepub fn set_magic_attack_count(&mut self, value: impl Into<i32>)
pub fn set_magic_attack_count(&mut self, value: impl Into<i32>)
set_MagicAttackCount(i32) overload
Sourcepub fn get_attack_count(&mut self) -> i32
pub fn get_attack_count(&mut self) -> i32
get_AttackCount() overload
Sourcepub fn get_chain_attack_count(&mut self) -> i32
pub fn get_chain_attack_count(&mut self) -> i32
get_ChainAttackCount() overload
Sourcepub fn set_chain_attack_count(&mut self, value: impl Into<i32>)
pub fn set_chain_attack_count(&mut self, value: impl Into<i32>)
set_ChainAttackCount(i32) overload
Sourcepub fn get_break_count(&mut self) -> i32
pub fn get_break_count(&mut self) -> i32
get_BreakCount() overload
Sourcepub fn set_break_count(&mut self, value: impl Into<i32>)
pub fn set_break_count(&mut self, value: impl Into<i32>)
set_BreakCount(i32) overload
Sourcepub fn get_silence_count(&mut self) -> i32
pub fn get_silence_count(&mut self) -> i32
get_SilenceCount() overload
Sourcepub fn set_silence_count(&mut self, value: impl Into<i32>)
pub fn set_silence_count(&mut self, value: impl Into<i32>)
set_SilenceCount(i32) overload
Sourcepub fn get_freeze_count(&mut self) -> i32
pub fn get_freeze_count(&mut self) -> i32
get_FreezeCount() overload
Sourcepub fn set_freeze_count(&mut self, value: impl Into<i32>)
pub fn set_freeze_count(&mut self, value: impl Into<i32>)
set_FreezeCount(i32) overload
Source§impl AIThink_EnchantThink_SurroundingInfo
impl AIThink_EnchantThink_SurroundingInfo
pub fn get_morph_count_method_info() -> &'static MethodInfo
pub fn set_morph_count_method_info() -> &'static MethodInfo
pub fn get_physical_attack_count_method_info() -> &'static MethodInfo
pub fn set_physical_attack_count_method_info() -> &'static MethodInfo
pub fn get_magic_attack_count_method_info() -> &'static MethodInfo
pub fn set_magic_attack_count_method_info() -> &'static MethodInfo
pub fn get_attack_count_method_info() -> &'static MethodInfo
pub fn get_chain_attack_count_method_info() -> &'static MethodInfo
pub fn set_chain_attack_count_method_info() -> &'static MethodInfo
pub fn get_break_count_method_info() -> &'static MethodInfo
pub fn set_break_count_method_info() -> &'static MethodInfo
pub fn get_silence_count_method_info() -> &'static MethodInfo
pub fn set_silence_count_method_info() -> &'static MethodInfo
pub fn get_freeze_count_method_info() -> &'static MethodInfo
pub fn set_freeze_count_method_info() -> &'static MethodInfo
pub fn get_method_info() -> &'static MethodInfo
pub fn set_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AIThink_EnchantThink_SurroundingInfo
impl Clone for AIThink_EnchantThink_SurroundingInfo
Source§fn clone(&self) -> AIThink_EnchantThink_SurroundingInfo
fn clone(&self) -> AIThink_EnchantThink_SurroundingInfo
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 moreSource§impl IlType for AIThink_EnchantThink_SurroundingInfo
impl IlType for AIThink_EnchantThink_SurroundingInfo
impl Copy for AIThink_EnchantThink_SurroundingInfo
Auto Trait Implementations§
impl Freeze for AIThink_EnchantThink_SurroundingInfo
impl RefUnwindSafe for AIThink_EnchantThink_SurroundingInfo
impl Send for AIThink_EnchantThink_SurroundingInfo
impl Sync for AIThink_EnchantThink_SurroundingInfo
impl Unpin for AIThink_EnchantThink_SurroundingInfo
impl UnwindSafe for AIThink_EnchantThink_SurroundingInfo
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)