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§
Sourcefn get_mid(self) -> Il2CppString
fn get_mid(self) -> Il2CppString
get_MID() overload
Sourcefn get_dispos_data(self) -> HubDisposData
fn get_dispos_data(self) -> HubDisposData
get_DisposData() overload
Sourcefn set_dispos_data(self, value: impl Into<HubDisposData>)
fn set_dispos_data(self, value: impl Into<HubDisposData>)
set_DisposData(crate::app::hubdisposdata::HubDisposData) overload
Sourcefn get_is_story(self) -> bool
fn get_is_story(self) -> bool
get_IsStory() overload
Sourcefn set_is_story(self, value: impl Into<bool>)
fn set_is_story(self, value: impl Into<bool>)
set_IsStory(bool) overload
Sourcefn get_is_reliance(self) -> bool
fn get_is_reliance(self) -> bool
get_IsReliance() overload
Sourcefn set_is_reliance(self, value: impl Into<bool>)
fn set_is_reliance(self, value: impl Into<bool>)
set_IsReliance(bool) overload
Sourcefn get_is_god(self) -> bool
fn get_is_god(self) -> bool
get_IsGod() overload
Sourcefn set_is_god(self, value: impl Into<bool>)
fn set_is_god(self, value: impl Into<bool>)
set_IsGod(bool) overload
Sourcefn get_is_unit(self) -> bool
fn get_is_unit(self) -> bool
get_IsUnit() overload
Sourcefn set_is_unit(self, value: impl Into<bool>)
fn set_is_unit(self, value: impl Into<bool>)
set_IsUnit(bool) overload
Sourcefn get_is_animal(self) -> bool
fn get_is_animal(self) -> bool
get_IsAnimal() overload
Sourcefn set_is_animal(self, value: impl Into<bool>)
fn set_is_animal(self, value: impl Into<bool>)
set_IsAnimal(bool) overload
Sourcefn get_is_person(self) -> bool
fn get_is_person(self) -> bool
get_IsPerson() overload
Sourcefn set_is_person(self, value: impl Into<bool>)
fn set_is_person(self, value: impl Into<bool>)
set_IsPerson(bool) overload
Sourcefn get_is_done(self) -> bool
fn get_is_done(self) -> bool
get_IsDone() overload
Sourcefn get_is_accessed(self) -> bool
fn get_is_accessed(self) -> bool
get_IsAccessed() overload
Sourcefn get_access_count(self) -> i32
fn get_access_count(self) -> i32
get_AccessCount() overload
Sourcefn get_access_count_flag_name(self) -> Il2CppString
fn get_access_count_flag_name(self) -> Il2CppString
get_AccessCountFlagName() overload
Sourcefn get_is_access_enabled(self) -> bool
fn get_is_access_enabled(self) -> bool
get_IsAccessEnabled() overload
Sourcefn get_result_talk_index(self) -> i32
fn get_result_talk_index(self) -> i32
get_ResultTalkIndex() overload
Sourcefn set_result_talk_index(self, value: impl Into<i32>)
fn set_result_talk_index(self, value: impl Into<i32>)
set_ResultTalkIndex(i32) overload
Sourcefn get_is_hero_birthday(self) -> bool
fn get_is_hero_birthday(self) -> bool
get_IsHeroBirthday() overload
Sourcefn set_is_hero_birthday(self, value: impl Into<bool>)
fn set_is_hero_birthday(self, value: impl Into<bool>)
set_IsHeroBirthday(bool) overload
Sourcefn get_talk_item(self) -> Il2CppString
fn get_talk_item(self) -> Il2CppString
get_TalkItem() overload
Sourcefn set_talk_item(self, value: impl Into<Il2CppString>)
fn set_talk_item(self, value: impl Into<Il2CppString>)
set_TalkItem(::unity::Il2CppString) overload
Sourcefn get_item_count(self) -> i32
fn get_item_count(self) -> i32
get_ItemCount() overload
Sourcefn set_item_count(self, value: impl Into<i32>)
fn set_item_count(self, value: impl Into<i32>)
set_ItemCount(i32) overload
Sourcefn get_message_count(self) -> i32
fn get_message_count(self) -> i32
GetMessageCount() overload
Sourcefn get_message(self, index: impl Into<i32>) -> Il2CppString
fn get_message(self, index: impl Into<i32>) -> Il2CppString
GetMessage(i32) overload
Sourcefn update_access_count(self)
fn update_access_count(self)
UpdateAccessCount() overload
Sourcefn pre_locate(self)
fn pre_locate(self)
PreLocate() overload
Sourcefn done_access(self) -> bool
fn done_access(self) -> bool
DoneAccess() overload
Sourcefn confirm_message(
self,
label: impl Into<Il2CppString>,
new_add: impl Into<bool>,
) -> bool
fn confirm_message( self, label: impl Into<Il2CppString>, new_add: impl Into<bool>, ) -> bool
ConfirmMessage(::unity::Il2CppString, bool) overload
Sourcefn confirm_content(self, manager: impl Into<HubAccessManager>)
fn confirm_content(self, manager: impl Into<HubAccessManager>)
ConfirmContent(crate::app::hubaccessmanager::HubAccessManager) overload
Sourcefn confirm_content_hub(self, manager: impl Into<HubAccessManager>)
fn confirm_content_hub(self, manager: impl Into<HubAccessManager>)
ConfirmContentHub(crate::app::hubaccessmanager::HubAccessManager) overload
Sourcefn 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_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
Sourcefn confirm_story_result(self, story_label: impl Into<Il2CppString>) -> bool
fn confirm_story_result(self, story_label: impl Into<Il2CppString>) -> bool
ConfirmStoryResult(::unity::Il2CppString) overload
Sourcefn confirm_content_kizuna(self, manager: impl Into<HubAccessManager>)
fn confirm_content_kizuna(self, manager: impl Into<HubAccessManager>)
ConfirmContentKizuna(crate::app::hubaccessmanager::HubAccessManager) overload
Sourcefn try_get_pid(self) -> Il2CppString
fn try_get_pid(self) -> Il2CppString
TryGetPID() overload
Sourcefn change_talk(self, mid: impl Into<Il2CppString>)
fn change_talk(self, mid: impl Into<Il2CppString>)
ChangeTalk(::unity::Il2CppString) 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§
impl<__T: IHubAccessData> IHubAccessDataMethods for __T
app-hubaccessdata only.