#[repr(C)]pub struct AIThink_WarpRodTarget {
pub wre_result: AIThink_WarpRodEvaluationResult,
}Expand description
Fields§
§wre_result: AIThink_WarpRodEvaluationResultImplementations§
Source§impl AIThink_WarpRodTarget
impl AIThink_WarpRodTarget
Sourcepub fn new() -> AIThink_WarpRodTarget
pub fn new() -> AIThink_WarpRodTarget
New(*mutcrate::app::aithink::AIThink_WarpRodTarget) overload
Source§impl AIThink_WarpRodTarget
impl AIThink_WarpRodTarget
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_warp_x(&mut self) -> i32
pub fn get_warp_x(&mut self) -> i32
get_WarpX() overload
Sourcepub fn get_warp_z(&mut self) -> i32
pub fn get_warp_z(&mut self) -> i32
get_WarpZ() overload
Source§impl AIThink_WarpRodTarget
impl AIThink_WarpRodTarget
pub fn get_unit_method_info() -> &'static MethodInfo
pub fn set_unit_method_info() -> &'static MethodInfo
pub fn get_score_method_info() -> &'static MethodInfo
pub fn set_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_warp_x_method_info() -> &'static MethodInfo
pub fn get_warp_z_method_info() -> &'static MethodInfo
pub fn clear_method_info() -> &'static MethodInfo
pub fn new_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AIThink_WarpRodTarget
impl Clone for AIThink_WarpRodTarget
Source§fn clone(&self) -> AIThink_WarpRodTarget
fn clone(&self) -> AIThink_WarpRodTarget
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_WarpRodTarget
Auto Trait Implementations§
impl Freeze for AIThink_WarpRodTarget
impl RefUnwindSafe for AIThink_WarpRodTarget
impl Send for AIThink_WarpRodTarget
impl Sync for AIThink_WarpRodTarget
impl Unpin for AIThink_WarpRodTarget
impl UnwindSafe for AIThink_WarpRodTarget
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)