Skip to main content

IHubAccessDataMethods

Trait IHubAccessDataMethods 

Source
pub trait IHubAccessDataMethods: IHubAccessData {
Show 42 methods // Provided methods fn get_mid(self) -> Il2CppString { ... } fn get_dispos_data(self) -> HubDisposData { ... } fn set_dispos_data(self, value: impl Into<HubDisposData>) { ... } fn get_is_story(self) -> bool { ... } fn set_is_story(self, value: impl Into<bool>) { ... } fn get_is_reliance(self) -> bool { ... } fn set_is_reliance(self, value: impl Into<bool>) { ... } fn get_is_god(self) -> bool { ... } fn set_is_god(self, value: impl Into<bool>) { ... } fn get_is_unit(self) -> bool { ... } fn set_is_unit(self, value: impl Into<bool>) { ... } fn get_is_animal(self) -> bool { ... } fn set_is_animal(self, value: impl Into<bool>) { ... } fn get_is_person(self) -> bool { ... } fn set_is_person(self, value: impl Into<bool>) { ... } fn get_is_done(self) -> bool { ... } fn get_is_accessed(self) -> bool { ... } fn get_access_count(self) -> i32 { ... } fn get_access_count_flag_name(self) -> Il2CppString { ... } fn get_is_access_enabled(self) -> bool { ... } fn get_result_talk_index(self) -> i32 { ... } fn set_result_talk_index(self, value: impl Into<i32>) { ... } fn get_is_hero_birthday(self) -> bool { ... } fn set_is_hero_birthday(self, value: impl Into<bool>) { ... } fn get_talk_item(self) -> Il2CppString { ... } fn set_talk_item(self, value: impl Into<Il2CppString>) { ... } fn get_item_count(self) -> i32 { ... } fn set_item_count(self, value: impl Into<i32>) { ... } fn get_message_count(self) -> i32 { ... } fn get_message(self, index: impl Into<i32>) -> Il2CppString { ... } fn update_access_count(self) { ... } fn pre_locate(self) { ... } fn done_access(self) -> bool { ... } fn confirm_message( self, label: impl Into<Il2CppString>, new_add: impl Into<bool>, ) -> bool { ... } fn confirm_content(self, manager: impl Into<HubAccessManager>) { ... } fn confirm_content_hub(self, manager: impl Into<HubAccessManager>) { ... } fn confirm_result( self, manager: impl Into<HubAccessManager>, base_name: impl Into<Il2CppString>, talk_type: impl Into<Il2CppString>, func: impl Into<Func_3<i32, i32, bool>>, ) -> bool { ... } fn confirm_story_result(self, story_label: impl Into<Il2CppString>) -> bool { ... } fn confirm_content_kizuna(self, manager: impl Into<HubAccessManager>) { ... } fn try_get_pid(self) -> Il2CppString { ... } fn change_talk(self, mid: impl Into<Il2CppString>) { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_mid(self) -> Il2CppString

get_MID() overload

Source

fn get_dispos_data(self) -> HubDisposData

get_DisposData() overload

Source

fn set_dispos_data(self, value: impl Into<HubDisposData>)

set_DisposData(crate::app::hubdisposdata::HubDisposData) overload

Source

fn get_is_story(self) -> bool

get_IsStory() overload

Source

fn set_is_story(self, value: impl Into<bool>)

set_IsStory(bool) overload

Source

fn get_is_reliance(self) -> bool

get_IsReliance() overload

Source

fn set_is_reliance(self, value: impl Into<bool>)

set_IsReliance(bool) overload

Source

fn get_is_god(self) -> bool

get_IsGod() overload

Source

fn set_is_god(self, value: impl Into<bool>)

set_IsGod(bool) overload

Source

fn get_is_unit(self) -> bool

get_IsUnit() overload

Source

fn set_is_unit(self, value: impl Into<bool>)

set_IsUnit(bool) overload

Source

fn get_is_animal(self) -> bool

get_IsAnimal() overload

Source

fn set_is_animal(self, value: impl Into<bool>)

set_IsAnimal(bool) overload

Source

fn get_is_person(self) -> bool

get_IsPerson() overload

Source

fn set_is_person(self, value: impl Into<bool>)

set_IsPerson(bool) overload

Source

fn get_is_done(self) -> bool

get_IsDone() overload

Source

fn get_is_accessed(self) -> bool

get_IsAccessed() overload

Source

fn get_access_count(self) -> i32

get_AccessCount() overload

Source

fn get_access_count_flag_name(self) -> Il2CppString

get_AccessCountFlagName() overload

Source

fn get_is_access_enabled(self) -> bool

get_IsAccessEnabled() overload

Source

fn get_result_talk_index(self) -> i32

get_ResultTalkIndex() overload

Source

fn set_result_talk_index(self, value: impl Into<i32>)

set_ResultTalkIndex(i32) overload

Source

fn get_is_hero_birthday(self) -> bool

get_IsHeroBirthday() overload

Source

fn set_is_hero_birthday(self, value: impl Into<bool>)

set_IsHeroBirthday(bool) overload

Source

fn get_talk_item(self) -> Il2CppString

get_TalkItem() overload

Source

fn set_talk_item(self, value: impl Into<Il2CppString>)

set_TalkItem(::unity::Il2CppString) overload

Source

fn get_item_count(self) -> i32

get_ItemCount() overload

Source

fn set_item_count(self, value: impl Into<i32>)

set_ItemCount(i32) overload

Source

fn get_message_count(self) -> i32

GetMessageCount() overload

Source

fn get_message(self, index: impl Into<i32>) -> Il2CppString

GetMessage(i32) overload

Source

fn update_access_count(self)

UpdateAccessCount() overload

Source

fn pre_locate(self)

PreLocate() overload

Source

fn done_access(self) -> bool

DoneAccess() overload

Source

fn confirm_message( self, label: impl Into<Il2CppString>, new_add: impl Into<bool>, ) -> bool

ConfirmMessage(::unity::Il2CppString, bool) overload

Source

fn confirm_content(self, manager: impl Into<HubAccessManager>)

ConfirmContent(crate::app::hubaccessmanager::HubAccessManager) overload

Source

fn confirm_content_hub(self, manager: impl Into<HubAccessManager>)

ConfirmContentHub(crate::app::hubaccessmanager::HubAccessManager) overload

Source

fn confirm_result( self, manager: impl Into<HubAccessManager>, base_name: impl Into<Il2CppString>, talk_type: impl Into<Il2CppString>, func: impl Into<Func_3<i32, i32, bool>>, ) -> bool

ConfirmResult(crate::app::hubaccessmanager::HubAccessManager, ::unity::Il2CppString, ::unity::Il2CppString, crate::system::func_3::Func_3<i32,i32,bool>) overload

Source

fn confirm_story_result(self, story_label: impl Into<Il2CppString>) -> bool

ConfirmStoryResult(::unity::Il2CppString) overload

Source

fn confirm_content_kizuna(self, manager: impl Into<HubAccessManager>)

ConfirmContentKizuna(crate::app::hubaccessmanager::HubAccessManager) overload

Source

fn try_get_pid(self) -> Il2CppString

TryGetPID() overload

Source

fn change_talk(self, mid: impl Into<Il2CppString>)

ChangeTalk(::unity::Il2CppString) 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: IHubAccessData> IHubAccessDataMethods for __T

Available on crate feature app-hubaccessdata only.