Skip to main content

IMapEditData

Trait IMapEditData 

Source
pub trait IMapEditData: IObject {
    // Provided methods
    fn m_name(self) -> Il2CppString { ... }
    fn set_m_name(self, value: Il2CppString) { ... }
    fn m_stream(self) -> Stream_2 { ... }
    fn set_m_stream(self, value: Stream_2) { ... }
    fn m_sortie_unit_info_list(self) -> List_1<MapEditData_UnitInfo> { ... }
    fn set_m_sortie_unit_info_list(self, value: List_1<MapEditData_UnitInfo>) { ... }
    fn m_sortie_gid_list(self) -> List_1<Il2CppString> { ... }
    fn set_m_sortie_gid_list(self, value: List_1<Il2CppString>) { ... }
    fn m_sortie_link_god_dict(self) -> Dictionary_2<Il2CppString, Il2CppString> { ... }
    fn set_m_sortie_link_god_dict(
        self,
        value: Dictionary_2<Il2CppString, Il2CppString>,
    ) { ... }
}

Provided Methods§

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§