Skip to main content

IGmapMapInfoContentMethods

Trait IGmapMapInfoContentMethods 

Source
pub trait IGmapMapInfoContentMethods: IGmapMapInfoContent {
    // Provided methods
    fn initialize(self) { ... }
    fn open_map_mini(self) { ... }
    fn open_map_details(self) { ... }
    fn close(self) { ... }
    fn set_up_encount_info(self) { ... }
    fn open_encount_info(self) { ... }
    fn close_encount_info(self) { ... }
    fn set_map_info(self, gmap_spot: impl Into<GmapSpot>) { ... }
    fn set_item(
        self,
        prefixless_cid: impl Into<Il2CppString>,
        nation_data: impl Into<HubNationData>,
        iscomplete: impl Into<bool>,
        is_unknown: impl Into<bool>,
    ) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn initialize(self)

initialize() overload

Source

fn open_map_mini(self)

OpenMapMini() overload

Source

fn open_map_details(self)

OpenMapDetails() overload

Source

fn close(self)

Close() overload

Source

fn set_up_encount_info(self)

SetUpEncountInfo() overload

Source

fn open_encount_info(self)

OpenEncountInfo() overload

Source

fn close_encount_info(self)

CloseEncountInfo() overload

Source

fn set_map_info(self, gmap_spot: impl Into<GmapSpot>)

SetMapInfo(crate::app::gmapspot::GmapSpot) overload

Source

fn set_item( self, prefixless_cid: impl Into<Il2CppString>, nation_data: impl Into<HubNationData>, iscomplete: impl Into<bool>, is_unknown: impl Into<bool>, )

SetItem(::unity::Il2CppString, crate::app::hubnationdata::HubNationData, bool, bool) overload

Source

fn ctor(self)

.ctor() 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: IGmapMapInfoContent> IGmapMapInfoContentMethods for __T

Available on crate feature app-gmapmapinfocontent only.