Skip to main content

IMapEditData_UnitInfoMethods

Trait IMapEditData_UnitInfoMethods 

Source
pub trait IMapEditData_UnitInfoMethods: IMapEditData_UnitInfo {
    // Provided method
    fn ctor(
        self,
        pid: impl Into<Il2CppString>,
        x: impl Into<i32>,
        z: impl Into<i32>,
        ai_type: impl Into<UnitAI_VersusTypes>,
    ) { ... }
}

Provided Methods§

Source

fn ctor( self, pid: impl Into<Il2CppString>, x: impl Into<i32>, z: impl Into<i32>, ai_type: impl Into<UnitAI_VersusTypes>, )

.ctor(::unity::Il2CppString, i32, i32, crate::app::unitai::UnitAI_VersusTypes) overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IMapEditData_UnitInfo> IMapEditData_UnitInfoMethods for __T

Available on crate feature app-mapeditdata only.