pub struct ProfileCard(/* private fields */);Expand description
IL2CPP class: App.ProfileCard
Inherits: Object
Implementations§
Source§impl ProfileCard
impl ProfileCard
pub fn version() -> i32
pub fn set_version(value: i32)
pub fn message_max() -> i32
pub fn set_message_max(value: i32)
pub fn stamp_max() -> i32
pub fn set_stamp_max(value: i32)
pub fn sortie_count_max() -> i32
pub fn set_sortie_count_max(value: i32)
pub fn page_count() -> i32
pub fn set_page_count(value: i32)
pub fn stamp_max_ver5() -> i32
pub fn set_stamp_max_ver5(value: i32)
pub fn m_message_buffer_temp() -> IlInstance
pub fn set_m_message_buffer_temp(value: IlInstance)
Source§impl ProfileCard
impl ProfileCard
Source§impl ProfileCard
impl ProfileCard
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
pub fn clear_method_info() -> &'static MethodInfo
pub fn copy_method_info() -> &'static MethodInfo
pub fn get_image_method_info() -> &'static MethodInfo
pub fn set_image_method_info() -> &'static MethodInfo
pub fn get_user_name_method_info() -> &'static MethodInfo
pub fn get_checked_user_name_method_info() -> &'static MethodInfo
pub fn set_user_name_method_info() -> &'static MethodInfo
pub fn get_lang_method_info() -> &'static MethodInfo
pub fn set_lang_method_info() -> &'static MethodInfo
pub fn get_title_method_info() -> &'static MethodInfo
pub fn set_title_method_info() -> &'static MethodInfo
pub fn get_title_name_method_info() -> &'static MethodInfo
pub fn get_bg_method_info() -> &'static MethodInfo
pub fn set_bg_method_info() -> &'static MethodInfo
pub fn get_frame_method_info() -> &'static MethodInfo
pub fn set_frame_method_info() -> &'static MethodInfo
pub fn get_text_deco_method_info() -> &'static MethodInfo
pub fn set_text_deco_method_info() -> &'static MethodInfo
pub fn get_text_color_method_info() -> &'static MethodInfo
pub fn set_text_color_method_info() -> &'static MethodInfo
pub fn get_character_stamp_method_info() -> &'static MethodInfo
pub fn set_character_stamp_method_info() -> &'static MethodInfo
pub fn get_comment_method_info() -> &'static MethodInfo
pub fn set_comment_method_info() -> &'static MethodInfo
pub fn get_comment_string_method_info() -> &'static MethodInfo
pub fn initialize_comment_method_info() -> &'static MethodInfo
pub fn get_comment_2_method_info() -> &'static MethodInfo
pub fn get_comment_message_method_info() -> &'static MethodInfo
pub fn set_comment_2_method_info() -> &'static MethodInfo
pub fn generate_comment_string_method_info() -> &'static MethodInfo
pub fn get_play_time_method_info() -> &'static MethodInfo
pub fn set_play_time_method_info() -> &'static MethodInfo
pub fn get_play_time_hour_method_info() -> &'static MethodInfo
pub fn set_play_time_hour_method_info() -> &'static MethodInfo
pub fn get_play_time_minute_method_info() -> &'static MethodInfo
pub fn set_play_time_minute_method_info() -> &'static MethodInfo
pub fn get_birth_month_method_info() -> &'static MethodInfo
pub fn set_birth_month_method_info() -> &'static MethodInfo
pub fn get_birth_day_method_info() -> &'static MethodInfo
pub fn set_birth_day_method_info() -> &'static MethodInfo
pub fn get_difficulty_method_info() -> &'static MethodInfo
pub fn set_difficulty_method_info() -> &'static MethodInfo
pub fn get_game_mode_method_info() -> &'static MethodInfo
pub fn set_game_mode_method_info() -> &'static MethodInfo
pub fn get_gender_method_info() -> &'static MethodInfo
pub fn set_gender_method_info() -> &'static MethodInfo
pub fn get_favorite_character_method_info() -> &'static MethodInfo
pub fn set_favorite_character_method_info() -> &'static MethodInfo
pub fn set_favorite_character_2_method_info() -> &'static MethodInfo
pub fn get_favorite_map_method_info() -> &'static MethodInfo
pub fn set_favorite_map_method_info() -> &'static MethodInfo
pub fn get_relay_playing_count_method_info() -> &'static MethodInfo
pub fn set_relay_playing_count_method_info() -> &'static MethodInfo
pub fn get_versus_theme_of_edit_map_method_info() -> &'static MethodInfo
pub fn set_versus_theme_of_edit_map_method_info() -> &'static MethodInfo
pub fn get_versus_rate_method_info() -> &'static MethodInfo
pub fn set_versus_rate_method_info() -> &'static MethodInfo
pub fn get_versus_playing_count_method_info() -> &'static MethodInfo
pub fn set_versus_playing_count_method_info() -> &'static MethodInfo
pub fn get_owner_id_method_info() -> &'static MethodInfo
pub fn set_owner_id_method_info() -> &'static MethodInfo
pub fn get_is_public_method_info() -> &'static MethodInfo
pub fn set_is_public_method_info() -> &'static MethodInfo
pub fn get_free_stamp_list_array_method_info() -> &'static MethodInfo
pub fn get_free_stamp_method_info() -> &'static MethodInfo
pub fn get_free_stamp_count_method_info() -> &'static MethodInfo
pub fn get_free_stamp_count_2_method_info() -> &'static MethodInfo
pub fn add_free_stamp_method_info() -> &'static MethodInfo
pub fn remove_free_stamp_method_info() -> &'static MethodInfo
pub fn clear_free_stamp_method_info() -> &'static MethodInfo
pub fn copy_free_stamp_method_info() -> &'static MethodInfo
pub fn get_sortie_count_method_info() -> &'static MethodInfo
pub fn set_sortie_count_method_info() -> &'static MethodInfo
pub fn sort_sortie_count_method_info() -> &'static MethodInfo
pub fn clear_sortie_count_method_info() -> &'static MethodInfo
pub fn get_achievement_method_info() -> &'static MethodInfo
pub fn set_achievement_method_info() -> &'static MethodInfo
pub fn serialize_method_info() -> &'static MethodInfo
pub fn deserialize_method_info() -> &'static MethodInfo
pub fn cctor_method_info() -> &'static MethodInfo
Source§impl ProfileCard
impl ProfileCard
Sourcepub fn new_2(src: ProfileCard) -> Self
pub fn new_2(src: ProfileCard) -> Self
.ctor(crate::app::profilecard::ProfileCard) — overload selector
Trait Implementations§
Source§impl ClassIdentity for ProfileCard
impl ClassIdentity for ProfileCard
Source§impl Clone for ProfileCard
impl Clone for ProfileCard
Source§fn clone(&self) -> ProfileCard
fn clone(&self) -> ProfileCard
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FromIlInstance for ProfileCard
impl FromIlInstance for ProfileCard
fn from_il_instance(instance: IlInstance) -> Self
fn instantiate() -> Option<Self>
§fn instantiate_with_class(class: Class) -> Option<Self>
fn instantiate_with_class(class: Class) -> Option<Self>
Caller swears
class is a subtype of Self or layout compatibleSource§impl IList_1<ProfileCard> for ProfileList
impl IList_1<ProfileCard> for ProfileList
Source§impl IProfileCard for ProfileCard
impl IProfileCard for ProfileCard
fn m_user_name(self) -> Il2CppString
fn set_m_user_name(self, value: Il2CppString)
fn m_lang(self) -> Language_Langs
fn set_m_lang(self, value: Language_Langs)
fn m_title(self) -> ProfileCardTitleData
fn set_m_title(self, value: ProfileCardTitleData)
fn m_bg(self) -> ProfileCardBgData
fn set_m_bg(self, value: ProfileCardBgData)
fn m_frame(self) -> ProfileCardFrameData
fn set_m_frame(self, value: ProfileCardFrameData)
fn m_text_deco(self) -> ProfileCardTextDecoData
fn set_m_text_deco(self, value: ProfileCardTextDecoData)
fn m_text_color(self) -> ProfileCardTextColorData
fn set_m_text_color(self, value: ProfileCardTextColorData)
fn m_character_stamp(self) -> ProfileCardCharacterStampData
fn set_m_character_stamp(self, value: ProfileCardCharacterStampData)
fn m_comment(self) -> Array<ProfileCardCommentData>
fn set_m_comment(self, value: Array<ProfileCardCommentData>)
fn m_comment_string(self) -> Il2CppString
fn set_m_comment_string(self, value: Il2CppString)
fn m_play_time(self) -> f32
fn set_m_play_time(self, value: f32)
fn m_birth_month(self) -> u8
fn set_m_birth_month(self, value: u8)
fn m_birth_day(self) -> u8
fn set_m_birth_day(self, value: u8)
fn m_difficulty(self) -> Difficulty
fn set_m_difficulty(self, value: Difficulty)
fn m_game_mode(self) -> GameMode
fn set_m_game_mode(self, value: GameMode)
fn m_gender(self) -> Gender
fn set_m_gender(self, value: Gender)
fn m_favorite_character(self) -> ProfileCardFavoriteCharacterData
fn set_m_favorite_character(self, value: ProfileCardFavoriteCharacterData)
fn m_favorite_map(self) -> ProfileCardFavoriteMapData
fn set_m_favorite_map(self, value: ProfileCardFavoriteMapData)
fn m_relay_playing_count(self) -> u32
fn set_m_relay_playing_count(self, value: u32)
fn m_versus_theme_of_edit_map(self) -> ProfileCardThemeOfEditMapData
fn set_m_versus_theme_of_edit_map(self, value: ProfileCardThemeOfEditMapData)
fn m_versus_rate(self) -> i32
fn set_m_versus_rate(self, value: i32)
fn m_versus_playing_count(self) -> u32
fn set_m_versus_playing_count(self, value: u32)
fn m_owner_id(self) -> u64
fn set_m_owner_id(self, value: u64)
fn m_is_public(self) -> bool
fn set_m_is_public(self, value: bool)
fn m_free_stamp(self) -> Array<List_1<ProfileCard_FreeStamp>>
fn set_m_free_stamp(self, value: Array<List_1<ProfileCard_FreeStamp>>)
fn m_sortie_count(self) -> Array<ProfileCard_SortieCount>
fn set_m_sortie_count(self, value: Array<ProfileCard_SortieCount>)
fn m_achievements(self) -> Array<ProfileCard_Achievement>
fn set_m_achievements(self, value: Array<ProfileCard_Achievement>)
fn m_images(self) -> Array<u8>
fn set_m_images(self, value: Array<u8>)
impl Copy for ProfileCard
impl IObject for ProfileCard
Auto Trait Implementations§
impl Freeze for ProfileCard
impl RefUnwindSafe for ProfileCard
impl !Send for ProfileCard
impl !Sync for ProfileCard
impl Unpin for ProfileCard
impl UnwindSafe for ProfileCard
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Cast for Twhere
T: SystemObject,
impl<T> Cast for Twhere
T: SystemObject,
fn get_class(self) -> Class
fn is_null(self) -> bool
fn rebind_class(self, new_class: Class)
fn override_class(self) -> Class
fn is_instance_of<T>(self) -> boolwhere
T: ClassIdentity,
fn is_direct_subclass_of<T>(self) -> boolwhere
T: ClassIdentity,
fn try_cast<T>(self) -> Option<T>where
T: ClassIdentity + FromIlInstance,
§unsafe fn cast<T>(self) -> Twhere
T: ClassIdentity + FromIlInstance,
unsafe fn cast<T>(self) -> Twhere
T: ClassIdentity + FromIlInstance,
Safety Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§impl<T> DefaultInjectedMembers for T
impl<T> DefaultInjectedMembers for T
fn __injected_fields() -> Vec<InjectedFieldDescriptor>
fn __injected_methods() -> Vec<InjectedMethodDescriptor>
fn __injected_overrides() -> Vec<InjectedOverrideDescriptor>
Source§impl<T0, __U> IArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, capacity: i32)where
Self: Sized,
fn get_capacity(self) -> i32where
Self: Sized,
fn get_count(self) -> i32where
Self: Sized,
fn get_item(self, index: i32) -> T0where
Self: Sized,
fn add(self, item: T0)where
Self: Sized,
fn to_array(self) -> Array<T0>where
Self: Sized,
fn unchecked_add(self, item: T0)where
Self: Sized,
fn ensure_capacity(self, minimum: i32)where
Self: Sized,
Source§impl<T0, __U> IAsyncOperationHandle_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IAsyncOperationHandle_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn get_location_name(self) -> Il2CppStringwhere
Self: Sized,
fn set_location_name(self, value: Il2CppString)where
Self: Sized,
fn op_implicit(obj: AsyncOperationHandle_1<T0>) -> AsyncOperationHandle
fn ctor(self, op: AsyncOperationBase_1<T0>)where
Self: Sized,
fn get_download_status(self) -> DownloadStatuswhere
Self: Sized,
fn internal_get_download_status(
self,
visited: HashSet_1<Object>,
) -> DownloadStatuswhere
Self: Sized,
fn ctor_2(self, op: IAsyncOperation)where
Self: Sized,
fn ctor_3(self, op: IAsyncOperation, version: i32)where
Self: Sized,
fn ctor_4(self, op: IAsyncOperation, location_name: Il2CppString)where
Self: Sized,
fn ctor_5(self, op: IAsyncOperation, version: i32, location_name: Il2CppString)where
Self: Sized,
fn acquire(self) -> AsyncOperationHandle_1<T0>where
Self: Sized,
fn add_completed(self, value: Action_1<AsyncOperationHandle_1<T0>>)where
Self: Sized,
fn remove_completed(self, value: Action_1<AsyncOperationHandle_1<T0>>)where
Self: Sized,
fn add_completed_typeless(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn remove_completed_typeless(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn get_debug_name(self) -> Il2CppStringwhere
Self: Sized,
fn add_destroyed(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn remove_destroyed(self, value: Action_1<AsyncOperationHandle>)where
Self: Sized,
fn equals(self, other: AsyncOperationHandle_1<T0>) -> boolwhere
Self: Sized,
fn get_hash_code(self) -> i32where
Self: Sized,
fn wait_for_completion(self) -> T0where
Self: Sized,
fn get_internal_op(self) -> AsyncOperationBase_1<T0>where
Self: Sized,
fn get_is_done(self) -> boolwhere
Self: Sized,
fn is_valid(self) -> boolwhere
Self: Sized,
fn get_percent_complete(self) -> f32where
Self: Sized,
fn get_reference_count(self) -> i32where
Self: Sized,
fn release(self)where
Self: Sized,
fn get_result(self) -> T0where
Self: Sized,
fn get_status(self) -> AsyncOperationStatuswhere
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_move_next(self) -> boolwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> ICoreUnsafeUtils_DefaultKeyGetter_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ICoreUnsafeUtils_DefaultKeyGetter_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
Source§impl<T0, T1, __U> IDictionary_2_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>, get_enumerator_ret_type: i32)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> KeyValuePair_2<T0, T1>where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_entry(self) -> DictionaryEntrywhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_key(self) -> Objectwhere
Self: Sized,
fn system_collections_i_dictionary_enumerator_get_value(self) -> Objectwhere
Self: Sized,
Source§impl<T0, T1, __U> IDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, T1, __U> IDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
impl<T0, T1, __U> IDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U
fn ctor(self, dictionary: Dictionary_2<T0, T1>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T1where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> IExposedReference_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IExposedReference_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn resolve(self, resolver: IExposedPropertyTable) -> T0where
Self: Sized,
Source§impl<T0, __U> IHashSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IHashSet_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, set: HashSet_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<T0, __U> IIJobParallelForTransformExtensions_TransformParallelForLoopStruct_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IIJobParallelForTransformExtensions_TransformParallelForLoopStruct_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn initialize() -> IntPtr
Source§impl<T0, T1, __U> IKeyValuePair_2Methods<T0, T1> for __U
impl<T0, T1, __U> IKeyValuePair_2Methods<T0, T1> for __U
Source§impl<T0, __U> ILargeArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ILargeArrayBuilder_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, initialize: bool)where
Self: Sized,
fn ctor_2(self, max_capacity: i32)where
Self: Sized,
fn add_range(self, items: IEnumerable_1<T0>)where
Self: Sized,
fn copy_to(self, array: Array<T0>, array_index: i32, count: i32)where
Self: Sized,
fn get_buffer(self, index: i32) -> Array<T0>where
Self: Sized,
fn to_array(self) -> Array<T0>where
Self: Sized,
fn try_move(self) -> (bool, Array<T0>)where
Self: Sized,
fn allocate_buffer(self)where
Self: Sized,
Source§impl<T0, __U> ILinkedList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> ILinkedList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, list: LinkedList_1<T0>)where
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn system_runtime_serialization_i_deserialization_callback_on_deserialization(
self,
sender: Object,
)where
Self: Sized,
Source§impl<T0, __U> IListBuffer_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IListBuffer_1Methods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn get_count(self) -> i32where
Self: Sized,
fn get_capacity(self) -> i32where
Self: Sized,
fn get_item(self) -> (*mut T0, i32)where
Self: Sized,
fn get_unchecked(self) -> (*mut T0, i32)where
Self: Sized,
fn try_add(self) -> (bool, T0)where
Self: Sized,
fn try_copy_to(self, other: ListBuffer_1<T0>) -> boolwhere
Self: Sized,
Source§impl<T0, __U> IList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IList_1_EnumeratorMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, list: List_1<T0>)where
Self: Sized,
fn dispose(self)where
Self: Sized,
fn move_next(self) -> boolwhere
Self: Sized,
fn move_next_rare(self) -> boolwhere
Self: Sized,
fn get_current(self) -> T0where
Self: Sized,
fn system_collections_i_enumerator_get_current(self) -> Objectwhere
Self: Sized,
fn system_collections_i_enumerator_reset(self)where
Self: Sized,
Source§impl<__T> IObjectMethods for __Twhere
__T: IObject,
impl<__T> IObjectMethods for __Twhere
__T: IObject,
Source§fn equals(self, obj: impl Into<Object>) -> bool
fn equals(self, obj: impl Into<Object>) -> bool
Equals(crate::system::object::Object) overloadSource§fn get_hash_code(self) -> i32
fn get_hash_code(self) -> i32
GetHashCode() overloadSource§fn memberwise_clone(self) -> Object
fn memberwise_clone(self) -> Object
MemberwiseClone() overloadSource§fn to_string(self) -> Il2CppString
fn to_string(self) -> Il2CppString
ToString() overloadSource§fn field_getter(
self,
type_name: impl Into<Il2CppString>,
field_name: impl Into<Il2CppString>,
) -> IlInstance
fn field_getter( self, type_name: impl Into<Il2CppString>, field_name: impl Into<Il2CppString>, ) -> IlInstance
FieldGetter(::unity::Il2CppString, ::unity::Il2CppString, *mut::unity::IlInstance) overloadSource§fn field_setter(
self,
type_name: impl Into<Il2CppString>,
field_name: impl Into<Il2CppString>,
val: impl Into<Object>,
)
fn field_setter( self, type_name: impl Into<Il2CppString>, field_name: impl Into<Il2CppString>, val: impl Into<Object>, )
FieldSetter(::unity::Il2CppString, ::unity::Il2CppString, crate::system::object::Object) overloadSource§impl<T0, __U> IObjectPool_1_PooledObjectMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
impl<T0, __U> IObjectPool_1_PooledObjectMethods<T0> for __Uwhere
T0: ClassIdentity,
__U: ClassIdentity,
fn ctor(self, value: T0, pool: ObjectPool_1_2<T0>)where
Self: Sized,
fn system_i_disposable_dispose(self)where
Self: Sized,
Source§impl<__T> IProfileCardMethods for __Twhere
__T: IProfileCard,
impl<__T> IProfileCardMethods for __Twhere
__T: IProfileCard,
Source§fn ctor_2(self, src: impl Into<ProfileCard>)
fn ctor_2(self, src: impl Into<ProfileCard>)
.ctor(crate::app::profilecard::ProfileCard) overloadSource§fn copy(self, src: impl Into<ProfileCard>)
fn copy(self, src: impl Into<ProfileCard>)
Copy(crate::app::profilecard::ProfileCard) overloadSource§fn get_user_name(self) -> Il2CppString
fn get_user_name(self) -> Il2CppString
GetUserName() overloadSource§fn get_checked_user_name(self) -> Il2CppString
fn get_checked_user_name(self) -> Il2CppString
GetCheckedUserName() overloadSource§fn set_user_name(self, name: impl Into<Il2CppString>)
fn set_user_name(self, name: impl Into<Il2CppString>)
SetUserName(::unity::Il2CppString) overloadSource§fn get_lang(self) -> Language_Langs
fn get_lang(self) -> Language_Langs
get_Lang() overloadSource§fn set_lang(self, value: impl Into<Language_Langs>)
fn set_lang(self, value: impl Into<Language_Langs>)
set_Lang(crate::app::language::Language_Langs) overloadSource§fn get_title(self) -> ProfileCardTitleData
fn get_title(self) -> ProfileCardTitleData
get_Title() overloadSource§fn set_title(self, value: impl Into<ProfileCardTitleData>)
fn set_title(self, value: impl Into<ProfileCardTitleData>)
set_Title(crate::app::profilecardtitledata::ProfileCardTitleData) overloadSource§fn get_title_name(self) -> Il2CppString
fn get_title_name(self) -> Il2CppString
GetTitleName() overloadSource§fn get_bg(self) -> ProfileCardBgData
fn get_bg(self) -> ProfileCardBgData
get_Bg() overloadSource§fn set_bg(self, value: impl Into<ProfileCardBgData>)
fn set_bg(self, value: impl Into<ProfileCardBgData>)
set_Bg(crate::app::profilecardbgdata::ProfileCardBgData) overloadSource§fn get_frame(self) -> ProfileCardFrameData
fn get_frame(self) -> ProfileCardFrameData
get_Frame() overloadSource§fn set_frame(self, value: impl Into<ProfileCardFrameData>)
fn set_frame(self, value: impl Into<ProfileCardFrameData>)
set_Frame(crate::app::profilecardframedata::ProfileCardFrameData) overloadSource§fn get_text_deco(self) -> ProfileCardTextDecoData
fn get_text_deco(self) -> ProfileCardTextDecoData
get_TextDeco() overloadSource§fn set_text_deco(self, value: impl Into<ProfileCardTextDecoData>)
fn set_text_deco(self, value: impl Into<ProfileCardTextDecoData>)
set_TextDeco(crate::app::profilecardtextdecodata::ProfileCardTextDecoData) overloadSource§fn get_text_color(self) -> ProfileCardTextColorData
fn get_text_color(self) -> ProfileCardTextColorData
get_TextColor() overloadSource§fn set_text_color(self, value: impl Into<ProfileCardTextColorData>)
fn set_text_color(self, value: impl Into<ProfileCardTextColorData>)
set_TextColor(crate::app::profilecardtextcolordata::ProfileCardTextColorData) overloadSource§fn get_character_stamp(self) -> ProfileCardCharacterStampData
fn get_character_stamp(self) -> ProfileCardCharacterStampData
get_CharacterStamp() overloadSource§fn set_character_stamp(self, value: impl Into<ProfileCardCharacterStampData>)
fn set_character_stamp(self, value: impl Into<ProfileCardCharacterStampData>)
set_CharacterStamp(crate::app::profilecardcharacterstampdata::ProfileCardCharacterStampData) overloadSource§fn get_comment(self) -> Array<ProfileCardCommentData>
fn get_comment(self) -> Array<ProfileCardCommentData>
get_Comment() overloadSource§fn set_comment(self, value: impl Into<Array<ProfileCardCommentData>>)
fn set_comment(self, value: impl Into<Array<ProfileCardCommentData>>)
set_Comment(::unity::Array<crate::app::profilecardcommentdata::ProfileCardCommentData>) overloadSource§fn get_comment_string(self) -> Il2CppString
fn get_comment_string(self) -> Il2CppString
get_CommentString() overloadSource§fn initialize_comment(self)
fn initialize_comment(self)
InitializeComment() overloadSource§fn get_comment_2(self, i: impl Into<i32>) -> ProfileCardCommentData
fn get_comment_2(self, i: impl Into<i32>) -> ProfileCardCommentData
GetComment(i32) overloadSource§fn get_comment_message(self, i: impl Into<i32>) -> Il2CppString
fn get_comment_message(self, i: impl Into<i32>) -> Il2CppString
GetCommentMessage(i32) overloadSource§fn set_comment_2(self, i: impl Into<i32>, pccid: impl Into<Il2CppString>)
fn set_comment_2(self, i: impl Into<i32>, pccid: impl Into<Il2CppString>)
SetComment(i32, ::unity::Il2CppString) overloadSource§fn generate_comment_string(self)
fn generate_comment_string(self)
GenerateCommentString() overloadSource§fn get_play_time(self) -> f32
fn get_play_time(self) -> f32
get_PlayTime() overloadSource§fn set_play_time(self, value: impl Into<f32>)
fn set_play_time(self, value: impl Into<f32>)
set_PlayTime(f32) overloadSource§fn get_play_time_hour(self) -> i32
fn get_play_time_hour(self) -> i32
get_PlayTimeHour() overloadSource§fn set_play_time_hour(self, value: impl Into<i32>)
fn set_play_time_hour(self, value: impl Into<i32>)
set_PlayTimeHour(i32) overloadSource§fn get_play_time_minute(self) -> i32
fn get_play_time_minute(self) -> i32
get_PlayTimeMinute() overloadSource§fn set_play_time_minute(self, value: impl Into<i32>)
fn set_play_time_minute(self, value: impl Into<i32>)
set_PlayTimeMinute(i32) overloadSource§fn get_birth_month(self) -> u8
fn get_birth_month(self) -> u8
get_BirthMonth() overloadSource§fn set_birth_month(self, value: impl Into<u8>)
fn set_birth_month(self, value: impl Into<u8>)
set_BirthMonth(u8) overloadSource§fn get_birth_day(self) -> u8
fn get_birth_day(self) -> u8
get_BirthDay() overloadSource§fn set_birth_day(self, value: impl Into<u8>)
fn set_birth_day(self, value: impl Into<u8>)
set_BirthDay(u8) overloadSource§fn get_difficulty(self) -> Difficulty
fn get_difficulty(self) -> Difficulty
get_Difficulty() overloadSource§fn set_difficulty(self, value: impl Into<Difficulty>)
fn set_difficulty(self, value: impl Into<Difficulty>)
set_Difficulty(crate::app::difficulty::Difficulty) overloadSource§fn get_game_mode(self) -> GameMode
fn get_game_mode(self) -> GameMode
get_GameMode() overloadSource§fn set_game_mode(self, value: impl Into<GameMode>)
fn set_game_mode(self, value: impl Into<GameMode>)
set_GameMode(crate::app::gamemode::GameMode) overloadSource§fn get_gender(self) -> Gender
fn get_gender(self) -> Gender
get_Gender() overloadSource§fn set_gender(self, value: impl Into<Gender>)
fn set_gender(self, value: impl Into<Gender>)
set_Gender(crate::app::gender::Gender) overloadSource§fn get_favorite_character(self) -> ProfileCardFavoriteCharacterData
fn get_favorite_character(self) -> ProfileCardFavoriteCharacterData
get_FavoriteCharacter() overloadSource§fn set_favorite_character(
self,
value: impl Into<ProfileCardFavoriteCharacterData>,
)
fn set_favorite_character( self, value: impl Into<ProfileCardFavoriteCharacterData>, )
set_FavoriteCharacter(crate::app::profilecardfavoritecharacterdata::ProfileCardFavoriteCharacterData) overloadSource§fn set_favorite_character_2(self, pcfcid: impl Into<Il2CppString>)
fn set_favorite_character_2(self, pcfcid: impl Into<Il2CppString>)
SetFavoriteCharacter(::unity::Il2CppString) overloadSource§fn get_favorite_map(self) -> ProfileCardFavoriteMapData
fn get_favorite_map(self) -> ProfileCardFavoriteMapData
get_FavoriteMap() overloadSource§fn set_favorite_map(self, value: impl Into<ProfileCardFavoriteMapData>)
fn set_favorite_map(self, value: impl Into<ProfileCardFavoriteMapData>)
set_FavoriteMap(crate::app::profilecardfavoritemapdata::ProfileCardFavoriteMapData) overloadSource§fn get_relay_playing_count(self) -> u32
fn get_relay_playing_count(self) -> u32
get_RelayPlayingCount() overloadSource§fn set_relay_playing_count(self, value: impl Into<u32>)
fn set_relay_playing_count(self, value: impl Into<u32>)
set_RelayPlayingCount(u32) overloadSource§fn get_versus_theme_of_edit_map(self) -> ProfileCardThemeOfEditMapData
fn get_versus_theme_of_edit_map(self) -> ProfileCardThemeOfEditMapData
get_VersusThemeOfEditMap() overloadSource§fn set_versus_theme_of_edit_map(
self,
value: impl Into<ProfileCardThemeOfEditMapData>,
)
fn set_versus_theme_of_edit_map( self, value: impl Into<ProfileCardThemeOfEditMapData>, )
set_VersusThemeOfEditMap(crate::app::profilecardthemeofeditmapdata::ProfileCardThemeOfEditMapData) overloadSource§fn get_versus_rate(self) -> i32
fn get_versus_rate(self) -> i32
get_VersusRate() overloadSource§fn set_versus_rate(self, value: impl Into<i32>)
fn set_versus_rate(self, value: impl Into<i32>)
set_VersusRate(i32) overloadSource§fn get_versus_playing_count(self) -> u32
fn get_versus_playing_count(self) -> u32
get_VersusPlayingCount() overloadSource§fn set_versus_playing_count(self, value: impl Into<u32>)
fn set_versus_playing_count(self, value: impl Into<u32>)
set_VersusPlayingCount(u32) overloadSource§fn get_owner_id(self) -> u64
fn get_owner_id(self) -> u64
get_OwnerID() overloadSource§fn set_owner_id(self, value: impl Into<u64>)
fn set_owner_id(self, value: impl Into<u64>)
set_OwnerID(u64) overloadSource§fn get_is_public(self) -> bool
fn get_is_public(self) -> bool
get_IsPublic() overloadSource§fn set_is_public(self, value: impl Into<bool>)
fn set_is_public(self, value: impl Into<bool>)
set_IsPublic(bool) overloadSource§fn get_free_stamp_list_array(self) -> Array<List_1<ProfileCard_FreeStamp>>
fn get_free_stamp_list_array(self) -> Array<List_1<ProfileCard_FreeStamp>>
get_FreeStampListArray() overloadSource§fn get_free_stamp(
self,
page: impl Into<i32>,
index: impl Into<i32>,
) -> ProfileCard_FreeStamp
fn get_free_stamp( self, page: impl Into<i32>, index: impl Into<i32>, ) -> ProfileCard_FreeStamp
GetFreeStamp(i32, i32) overloadSource§fn get_free_stamp_count(self, is_front: impl Into<bool>) -> i32
fn get_free_stamp_count(self, is_front: impl Into<bool>) -> i32
GetFreeStampCount(bool) overloadSource§fn get_free_stamp_count_2(self, page: impl Into<i32>) -> i32
fn get_free_stamp_count_2(self, page: impl Into<i32>) -> i32
GetFreeStampCount(i32) overloadSource§fn add_free_stamp(
self,
stamp_data: impl Into<ProfileCardStampData>,
position: impl Into<Vector2>,
rotation: impl Into<f32>,
scale_x: impl Into<f32>,
scale_y: impl Into<f32>,
is_front: impl Into<bool>,
) -> ProfileCard_FreeStamp
fn add_free_stamp( self, stamp_data: impl Into<ProfileCardStampData>, position: impl Into<Vector2>, rotation: impl Into<f32>, scale_x: impl Into<f32>, scale_y: impl Into<f32>, is_front: impl Into<bool>, ) -> ProfileCard_FreeStamp
AddFreeStamp(crate::app::profilecardstampdata::ProfileCardStampData, crate::unity_engine::vector2::Vector2, f32, f32, f32, bool) overloadSource§fn remove_free_stamp(
self,
free_stamp: impl Into<ProfileCard_FreeStamp>,
is_front: impl Into<bool>,
)
fn remove_free_stamp( self, free_stamp: impl Into<ProfileCard_FreeStamp>, is_front: impl Into<bool>, )
RemoveFreeStamp(crate::app::profilecard::ProfileCard_FreeStamp, bool) overloadSource§fn clear_free_stamp(self, is_front: impl Into<bool>)
fn clear_free_stamp(self, is_front: impl Into<bool>)
ClearFreeStamp(bool) overloadSource§fn copy_free_stamp(
self,
free_stamp_list_array: impl Into<Array<List_1<ProfileCard_FreeStamp>>>,
)
fn copy_free_stamp( self, free_stamp_list_array: impl Into<Array<List_1<ProfileCard_FreeStamp>>>, )
CopyFreeStamp(::unity::Array<crate::system::collections::generic::list_1::List_1<crate::app::profilecard::ProfileCard_FreeStamp>>) overloadSource§fn get_sortie_count(self, index: impl Into<i32>) -> ProfileCard_SortieCount
fn get_sortie_count(self, index: impl Into<i32>) -> ProfileCard_SortieCount
GetSortieCount(i32) overloadSource§fn set_sortie_count(
self,
index: impl Into<i32>,
person_data: impl Into<PersonData>,
job_data: impl Into<JobData>,
count: impl Into<i32>,
)
fn set_sortie_count( self, index: impl Into<i32>, person_data: impl Into<PersonData>, job_data: impl Into<JobData>, count: impl Into<i32>, )
SetSortieCount(i32, crate::app::persondata::PersonData, crate::app::jobdata::JobData, i32) overloadSource§fn sort_sortie_count(self)
fn sort_sortie_count(self)
SortSortieCount() overloadSource§fn clear_sortie_count(self)
fn clear_sortie_count(self)
ClearSortieCount() overloadSource§fn get_achievement(self, category: impl Into<AchieveData_Categories>) -> i32
fn get_achievement(self, category: impl Into<AchieveData_Categories>) -> i32
GetAchievement(crate::app::achievedata::AchieveData_Categories) overloadSource§fn set_achievement(
self,
categoty: impl Into<AchieveData_Categories>,
count: impl Into<i32>,
)
fn set_achievement( self, categoty: impl Into<AchieveData_Categories>, count: impl Into<i32>, )
SetAchievement(crate::app::achievedata::AchieveData_Categories, i32) overloadSource§fn serialize(self, stream: impl Into<Stream_2>)
fn serialize(self, stream: impl Into<Stream_2>)
Serialize(crate::app::stream_2::Stream_2) overloadSource§fn deserialize(self, stream: impl Into<Stream_2>)
fn deserialize(self, stream: impl Into<Stream_2>)
Deserialize(crate::app::stream_2::Stream_2) overload