#[repr(C)]pub struct AIThink_AttackTarget {
pub as_result: AIThink_AttackScoreResult,
}Expand description
Fields§
§as_result: AIThink_AttackScoreResultImplementations§
Source§impl AIThink_AttackTarget
impl AIThink_AttackTarget
Sourcepub fn new() -> AIThink_AttackTarget
pub fn new() -> AIThink_AttackTarget
New(*mutcrate::app::aithink::AIThink_AttackTarget) overload
Source§impl AIThink_AttackTarget
impl AIThink_AttackTarget
Sourcepub fn get_move_x(&mut self) -> i32
pub fn get_move_x(&mut self) -> i32
get_MoveX() overload
Sourcepub fn get_move_z(&mut self) -> i32
pub fn get_move_z(&mut self) -> i32
get_MoveZ() overload
Sourcepub fn get_attack_x(&mut self) -> i32
pub fn get_attack_x(&mut self) -> i32
get_AttackX() overload
Sourcepub fn get_attack_z(&mut self) -> i32
pub fn get_attack_z(&mut self) -> i32
get_AttackZ() overload
Sourcepub fn get_item_index(&mut self) -> i32
pub fn get_item_index(&mut self) -> i32
get_ItemIndex() overload
Sourcepub fn get_kill_rate(&mut self) -> f32
pub fn get_kill_rate(&mut self) -> f32
get_KillRate() overload
Sourcepub fn get_dead_rate(&mut self) -> f32
pub fn get_dead_rate(&mut self) -> f32
get_DeadRate() overload
Sourcepub fn get_expectation(&mut self) -> f32
pub fn get_expectation(&mut self) -> f32
get_Expectation() overload
Sourcepub fn get_blow_score(&mut self) -> u32
pub fn get_blow_score(&mut self) -> u32
get_BlowScore() overload
Sourcepub fn get_chain_attack_count(&mut self) -> i32
pub fn get_chain_attack_count(&mut self) -> i32
get_ChainAttackCount() overload
Source§impl AIThink_AttackTarget
impl AIThink_AttackTarget
pub fn get_unit_method_info() -> &'static MethodInfo
pub fn set_unit_method_info() -> &'static MethodInfo
pub fn get_x_method_info() -> &'static MethodInfo
pub fn set_x_method_info() -> &'static MethodInfo
pub fn get_z_method_info() -> &'static MethodInfo
pub fn set_z_method_info() -> &'static MethodInfo
pub fn get_score_method_info() -> &'static MethodInfo
pub fn get_move_x_method_info() -> &'static MethodInfo
pub fn get_move_z_method_info() -> &'static MethodInfo
pub fn get_attack_x_method_info() -> &'static MethodInfo
pub fn get_attack_z_method_info() -> &'static MethodInfo
pub fn get_item_index_method_info() -> &'static MethodInfo
pub fn get_kill_rate_method_info() -> &'static MethodInfo
pub fn get_dead_rate_method_info() -> &'static MethodInfo
pub fn get_expectation_method_info() -> &'static MethodInfo
pub fn get_blow_score_method_info() -> &'static MethodInfo
pub fn get_chain_attack_count_method_info() -> &'static MethodInfo
pub fn clear_method_info() -> &'static MethodInfo
pub fn new_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for AIThink_AttackTarget
impl ClassIdentity for AIThink_AttackTarget
Source§impl Clone for AIThink_AttackTarget
impl Clone for AIThink_AttackTarget
Source§fn clone(&self) -> AIThink_AttackTarget
fn clone(&self) -> AIThink_AttackTarget
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 AIThink_AttackTarget
Auto Trait Implementations§
impl Freeze for AIThink_AttackTarget
impl RefUnwindSafe for AIThink_AttackTarget
impl Send for AIThink_AttackTarget
impl Sync for AIThink_AttackTarget
impl Unpin for AIThink_AttackTarget
impl UnwindSafe for AIThink_AttackTarget
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)