#[repr(C)]pub struct AIEnum_SkillRangeEnemyEnumerator {
pub m_unit: Unit,
pub m_offsets: List_1<RangeData_Offset>,
pub m_target_x: i32,
pub m_target_z: i32,
pub m_index: i32,
pub m_current: AIEnum_SkillRangeEnemyData,
pub m_enumerated: List_1<i32>,
}Expand description
Fields§
§m_unit: Unit§m_offsets: List_1<RangeData_Offset>§m_target_x: i32§m_target_z: i32§m_index: i32§m_current: AIEnum_SkillRangeEnemyData§m_enumerated: List_1<i32>Implementations§
Source§impl AIEnum_SkillRangeEnemyEnumerator
impl AIEnum_SkillRangeEnemyEnumerator
Sourcepub fn setup(
&mut self,
unit: impl Into<Unit>,
skill: impl Into<SkillData>,
x: impl Into<i32>,
z: impl Into<i32>,
target_x: impl Into<i32>,
target_z: impl Into<i32>,
) -> AIEnum_SkillRangeEnemyEnumerator
pub fn setup( &mut self, unit: impl Into<Unit>, skill: impl Into<SkillData>, x: impl Into<i32>, z: impl Into<i32>, target_x: impl Into<i32>, target_z: impl Into<i32>, ) -> AIEnum_SkillRangeEnemyEnumerator
Setup(crate::app::unit::Unit, crate::app::skilldata::SkillData, i32, i32, i32, i32) overload
Sourcepub fn get_current(&mut self) -> AIEnum_SkillRangeEnemyData
pub fn get_current(&mut self) -> AIEnum_SkillRangeEnemyData
get_Current() overload
Sourcepub fn system_collections_i_enumerator_get_current(&mut self) -> Object
pub fn system_collections_i_enumerator_get_current(&mut self) -> Object
System.Collections.IEnumerator.get_Current() overload
Sourcepub fn system_collections_i_enumerable_get_enumerator(&mut self) -> IEnumerator
pub fn system_collections_i_enumerable_get_enumerator(&mut self) -> IEnumerator
System.Collections.IEnumerable.GetEnumerator() overload
Sourcepub fn get_enumerator(&mut self) -> AIEnum_SkillRangeEnemyEnumerator
pub fn get_enumerator(&mut self) -> AIEnum_SkillRangeEnemyEnumerator
GetEnumerator() overload
Source§impl AIEnum_SkillRangeEnemyEnumerator
impl AIEnum_SkillRangeEnemyEnumerator
pub fn setup_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
pub fn get_current_method_info() -> &'static MethodInfo
pub fn system_collections_i_enumerator_get_current_method_info() -> &'static MethodInfo
pub fn move_next_method_info() -> &'static MethodInfo
pub fn reset_method_info() -> &'static MethodInfo
pub fn system_collections_i_enumerable_get_enumerator_method_info() -> &'static MethodInfo
pub fn get_enumerator_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AIEnum_SkillRangeEnemyEnumerator
impl Clone for AIEnum_SkillRangeEnemyEnumerator
Source§fn clone(&self) -> AIEnum_SkillRangeEnemyEnumerator
fn clone(&self) -> AIEnum_SkillRangeEnemyEnumerator
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 AIEnum_SkillRangeEnemyEnumerator
Auto Trait Implementations§
impl Freeze for AIEnum_SkillRangeEnemyEnumerator
impl RefUnwindSafe for AIEnum_SkillRangeEnemyEnumerator
impl !Send for AIEnum_SkillRangeEnemyEnumerator
impl !Sync for AIEnum_SkillRangeEnemyEnumerator
impl Unpin for AIEnum_SkillRangeEnemyEnumerator
impl UnwindSafe for AIEnum_SkillRangeEnemyEnumerator
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)