pub trait IVersusSequence_VersusSequenceLocalMethods: IVersusSequence_VersusSequenceLocal {
Show 65 methods
// Provided methods
fn init_impl(self) { ... }
fn final_impl(self) { ... }
fn is_failed_jump_to_top_impl(self) -> bool { ... }
fn is_reported_edit_map_impl(self) -> bool { ... }
fn upload_report_data_impl(self) { ... }
fn initialize_lan_root_path(self) { ... }
fn get_rate_directories_paths(self) -> Array<Il2CppString> { ... }
fn get_rate_dir_path(self, rate: impl Into<i32>) -> Il2CppString { ... }
fn move_files(
self,
player_name: impl Into<Il2CppString>,
from_rate: impl Into<i32>,
to_rate: impl Into<i32>,
) -> bool { ... }
fn get_replay_data_path(
self,
player_name: impl Into<Il2CppString>,
slot_id: impl Into<u16>,
) -> Il2CppString { ... }
fn get_replay_meta_path(
self,
player_name: impl Into<Il2CppString>,
slot_id: impl Into<u16>,
) -> Il2CppString { ... }
fn get_replay_meta_paths(
self,
player_name: impl Into<Il2CppString>,
) -> Array<Il2CppString> { ... }
fn get_casual_directory_path(self) -> Il2CppString { ... }
fn get_casual_data_path(
self,
player_name: impl Into<Il2CppString>,
) -> Il2CppString { ... }
fn get_casual_meta_path(
self,
player_name: impl Into<Il2CppString>,
) -> Il2CppString { ... }
fn find_casual_meta_path(self, principal_id: impl Into<u64>) -> Il2CppString { ... }
fn get_path(
self,
meta_data: impl Into<VersusServerRankedMetaData>,
) -> Il2CppString { ... }
fn find_ranked_meta_path(self, principal_id: impl Into<u64>) -> Il2CppString { ... }
fn get_player_name(self, path: impl Into<Il2CppString>) -> Il2CppString { ... }
fn try_get_principal_id(self) -> (bool, u64) { ... }
fn get_local_nick_name(self) -> Il2CppString { ... }
fn get_my_casual_meta_data_impl(self) { ... }
fn post_get_my_casual_meta_data_impl(self) { ... }
fn get_edit_meta_data_impl(self) { ... }
fn post_get_edit_meta_data_impl(self) { ... }
fn update_rate_impl(self) { ... }
fn set_ranked_info_impl(self) { ... }
fn upload_edit_data_impl(self) { ... }
fn local_upload(
self,
player_name: impl Into<Il2CppString>,
meta_data: impl Into<VersusServerRankedMetaData>,
data: impl Into<VersusServerRankedData>,
rate_data_type: impl Into<u16>,
) { ... }
fn post_upload_edit_data_impl(self) { ... }
fn download_meta_casual_from_data_code_impl(self) { ... }
fn download_meta_ranked_from_data_code_impl(self) { ... }
fn check_accessible_profile_impl(
self,
mode: impl Into<Versus_Mode>,
target_slot_list: impl Into<NexVersus_TargetSlotList>,
) { ... }
fn download_meta_profile_impl(
self,
mode: impl Into<Versus_Mode>,
profile: impl Into<ProfileCard>,
) { ... }
fn download_casual_impl(self) { ... }
fn upload_replay_impl(self) { ... }
fn get_upload_replay_slot(
self,
opponent_name: impl Into<Il2CppString>,
) -> u16 { ... }
fn upload_casual_impl(self) { ... }
fn change_casual_impl(self) { ... }
fn change_casual_opponent_impl(self) { ... }
fn search_same_rate_impl(self) { ... }
fn exclude_my_search_ranked_data(self) { ... }
fn search_casual_impl(self) { ... }
fn search_casual_local(
self,
result_list: impl Into<List_1<VersusServerCasualMetaData>>,
is_myself: impl Into<bool>,
) { ... }
fn search_casual_friend_impl(self) { ... }
fn search_ranked_friend_impl(self) { ... }
fn exclude_my_search_casual_data(
self,
data_list: impl Into<List_1<VersusServerCasualMetaData>>,
) { ... }
fn download_impl(self) { ... }
fn download_my_edit_impl(self) { ... }
fn select_replay_impl(self) { ... }
fn most_oldest_replay_meta_data(
self,
paths: impl Into<Array<Il2CppString>>,
) -> (VersusServerReplayMetaData, Il2CppString) { ... }
fn download_replay_impl(self) { ... }
fn change_replay_meta_impl(self) { ... }
fn search_my_data_to_data_id(self) -> u64 { ... }
fn get_last_uploaded_result_impl(self) -> bool { ... }
fn get_downloaded_edit_meta_data_impl(self) -> VersusServerRankedMetaData { ... }
fn change_ranked_meta_data_impl(
self,
meta_data: impl Into<VersusServerRankedMetaData>,
) { ... }
fn change_data_type_impl(
self,
data_id: impl Into<u64>,
data_type: impl Into<u16>,
) { ... }
fn init_edit_data_impl(self) { ... }
fn check_parental_control_impl(self) { ... }
fn is_parental_control_available_impl(self) -> bool { ... }
fn end_parental_control_impl(self) { ... }
fn create_select_replay_meta_menu(
self,
meta_paths: impl Into<Array<Il2CppString>>,
callback: impl Into<VersusSequence_VersusSequenceLocal_SelectReplayMetaMenuItem_ACallback>,
) { ... }
fn deserialize(
self,
path: impl Into<Il2CppString>,
) -> VersusServerReplayMetaData { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn final_impl(self)
fn final_impl(self)
FinalImpl() overload
Sourcefn is_failed_jump_to_top_impl(self) -> bool
fn is_failed_jump_to_top_impl(self) -> bool
IsFailedJumpToTopImpl() overload
Sourcefn is_reported_edit_map_impl(self) -> bool
fn is_reported_edit_map_impl(self) -> bool
IsReportedEditMapImpl() overload
Sourcefn upload_report_data_impl(self)
fn upload_report_data_impl(self)
UploadReportDataImpl() overload
Sourcefn initialize_lan_root_path(self)
fn initialize_lan_root_path(self)
InitializeLanRootPath() overload
Sourcefn get_rate_directories_paths(self) -> Array<Il2CppString>
fn get_rate_directories_paths(self) -> Array<Il2CppString>
GetRateDirectoriesPaths() overload
Sourcefn get_rate_dir_path(self, rate: impl Into<i32>) -> Il2CppString
fn get_rate_dir_path(self, rate: impl Into<i32>) -> Il2CppString
GetRateDirPath(i32) overload
Sourcefn move_files(
self,
player_name: impl Into<Il2CppString>,
from_rate: impl Into<i32>,
to_rate: impl Into<i32>,
) -> bool
fn move_files( self, player_name: impl Into<Il2CppString>, from_rate: impl Into<i32>, to_rate: impl Into<i32>, ) -> bool
MoveFiles(::unity::Il2CppString, i32, i32) overload
Sourcefn get_replay_data_path(
self,
player_name: impl Into<Il2CppString>,
slot_id: impl Into<u16>,
) -> Il2CppString
fn get_replay_data_path( self, player_name: impl Into<Il2CppString>, slot_id: impl Into<u16>, ) -> Il2CppString
GetReplayDataPath(::unity::Il2CppString, u16) overload
Sourcefn get_replay_meta_path(
self,
player_name: impl Into<Il2CppString>,
slot_id: impl Into<u16>,
) -> Il2CppString
fn get_replay_meta_path( self, player_name: impl Into<Il2CppString>, slot_id: impl Into<u16>, ) -> Il2CppString
GetReplayMetaPath(::unity::Il2CppString, u16) overload
Sourcefn get_replay_meta_paths(
self,
player_name: impl Into<Il2CppString>,
) -> Array<Il2CppString>
fn get_replay_meta_paths( self, player_name: impl Into<Il2CppString>, ) -> Array<Il2CppString>
GetReplayMetaPaths(::unity::Il2CppString) overload
Sourcefn get_casual_directory_path(self) -> Il2CppString
fn get_casual_directory_path(self) -> Il2CppString
GetCasualDirectoryPath() overload
Sourcefn get_casual_data_path(
self,
player_name: impl Into<Il2CppString>,
) -> Il2CppString
fn get_casual_data_path( self, player_name: impl Into<Il2CppString>, ) -> Il2CppString
GetCasualDataPath(::unity::Il2CppString) overload
Sourcefn get_casual_meta_path(
self,
player_name: impl Into<Il2CppString>,
) -> Il2CppString
fn get_casual_meta_path( self, player_name: impl Into<Il2CppString>, ) -> Il2CppString
GetCasualMetaPath(::unity::Il2CppString) overload
Sourcefn find_casual_meta_path(self, principal_id: impl Into<u64>) -> Il2CppString
fn find_casual_meta_path(self, principal_id: impl Into<u64>) -> Il2CppString
FindCasualMetaPath(u64) overload
Sourcefn get_path(
self,
meta_data: impl Into<VersusServerRankedMetaData>,
) -> Il2CppString
fn get_path( self, meta_data: impl Into<VersusServerRankedMetaData>, ) -> Il2CppString
GetPath(crate::app::versusserverrankedmetadata::VersusServerRankedMetaData) overload
Sourcefn find_ranked_meta_path(self, principal_id: impl Into<u64>) -> Il2CppString
fn find_ranked_meta_path(self, principal_id: impl Into<u64>) -> Il2CppString
FindRankedMetaPath(u64) overload
Sourcefn get_player_name(self, path: impl Into<Il2CppString>) -> Il2CppString
fn get_player_name(self, path: impl Into<Il2CppString>) -> Il2CppString
GetPlayerName(::unity::Il2CppString) overload
Sourcefn try_get_principal_id(self) -> (bool, u64)
fn try_get_principal_id(self) -> (bool, u64)
TryGetPrincipalId(*mutu64) overload
Sourcefn get_local_nick_name(self) -> Il2CppString
fn get_local_nick_name(self) -> Il2CppString
GetLocalNickName() overload
Sourcefn get_my_casual_meta_data_impl(self)
fn get_my_casual_meta_data_impl(self)
GetMyCasualMetaDataImpl() overload
Sourcefn post_get_my_casual_meta_data_impl(self)
fn post_get_my_casual_meta_data_impl(self)
PostGetMyCasualMetaDataImpl() overload
Sourcefn get_edit_meta_data_impl(self)
fn get_edit_meta_data_impl(self)
GetEditMetaDataImpl() overload
Sourcefn post_get_edit_meta_data_impl(self)
fn post_get_edit_meta_data_impl(self)
PostGetEditMetaDataImpl() overload
Sourcefn update_rate_impl(self)
fn update_rate_impl(self)
UpdateRateImpl() overload
Sourcefn set_ranked_info_impl(self)
fn set_ranked_info_impl(self)
SetRankedInfoImpl() overload
Sourcefn upload_edit_data_impl(self)
fn upload_edit_data_impl(self)
UploadEditDataImpl() overload
Sourcefn local_upload(
self,
player_name: impl Into<Il2CppString>,
meta_data: impl Into<VersusServerRankedMetaData>,
data: impl Into<VersusServerRankedData>,
rate_data_type: impl Into<u16>,
)
fn local_upload( self, player_name: impl Into<Il2CppString>, meta_data: impl Into<VersusServerRankedMetaData>, data: impl Into<VersusServerRankedData>, rate_data_type: impl Into<u16>, )
LocalUpload(::unity::Il2CppString, crate::app::versusserverrankedmetadata::VersusServerRankedMetaData, crate::app::versusserverrankeddata::VersusServerRankedData, u16) overload
Sourcefn post_upload_edit_data_impl(self)
fn post_upload_edit_data_impl(self)
PostUploadEditDataImpl() overload
Sourcefn download_meta_casual_from_data_code_impl(self)
fn download_meta_casual_from_data_code_impl(self)
DownloadMetaCasualFromDataCodeImpl() overload
Sourcefn download_meta_ranked_from_data_code_impl(self)
fn download_meta_ranked_from_data_code_impl(self)
DownloadMetaRankedFromDataCodeImpl() overload
Sourcefn check_accessible_profile_impl(
self,
mode: impl Into<Versus_Mode>,
target_slot_list: impl Into<NexVersus_TargetSlotList>,
)
fn check_accessible_profile_impl( self, mode: impl Into<Versus_Mode>, target_slot_list: impl Into<NexVersus_TargetSlotList>, )
CheckAccessibleProfileImpl(crate::app::versus::Versus_Mode, crate::app::nexversus::NexVersus_TargetSlotList) overload
Sourcefn download_meta_profile_impl(
self,
mode: impl Into<Versus_Mode>,
profile: impl Into<ProfileCard>,
)
fn download_meta_profile_impl( self, mode: impl Into<Versus_Mode>, profile: impl Into<ProfileCard>, )
DownloadMetaProfileImpl(crate::app::versus::Versus_Mode, crate::app::profilecard::ProfileCard) overload
Sourcefn download_casual_impl(self)
fn download_casual_impl(self)
DownloadCasualImpl() overload
Sourcefn upload_replay_impl(self)
fn upload_replay_impl(self)
UploadReplayImpl() overload
Sourcefn get_upload_replay_slot(self, opponent_name: impl Into<Il2CppString>) -> u16
fn get_upload_replay_slot(self, opponent_name: impl Into<Il2CppString>) -> u16
GetUploadReplaySlot(::unity::Il2CppString) overload
Sourcefn upload_casual_impl(self)
fn upload_casual_impl(self)
UploadCasualImpl() overload
Sourcefn change_casual_impl(self)
fn change_casual_impl(self)
ChangeCasualImpl() overload
Sourcefn change_casual_opponent_impl(self)
fn change_casual_opponent_impl(self)
ChangeCasualOpponentImpl() overload
Sourcefn search_same_rate_impl(self)
fn search_same_rate_impl(self)
SearchSameRateImpl() overload
Sourcefn exclude_my_search_ranked_data(self)
fn exclude_my_search_ranked_data(self)
ExcludeMySearchRankedData() overload
Sourcefn search_casual_impl(self)
fn search_casual_impl(self)
SearchCasualImpl() overload
Sourcefn search_casual_local(
self,
result_list: impl Into<List_1<VersusServerCasualMetaData>>,
is_myself: impl Into<bool>,
)
fn search_casual_local( self, result_list: impl Into<List_1<VersusServerCasualMetaData>>, is_myself: impl Into<bool>, )
SearchCasualLocal(crate::system::collections::generic::list_1::List_1<crate::app::versusservercasualmetadata::VersusServerCasualMetaData>, bool) overload
Sourcefn search_casual_friend_impl(self)
fn search_casual_friend_impl(self)
SearchCasualFriendImpl() overload
Sourcefn search_ranked_friend_impl(self)
fn search_ranked_friend_impl(self)
SearchRankedFriendImpl() overload
Sourcefn exclude_my_search_casual_data(
self,
data_list: impl Into<List_1<VersusServerCasualMetaData>>,
)
fn exclude_my_search_casual_data( self, data_list: impl Into<List_1<VersusServerCasualMetaData>>, )
ExcludeMySearchCasualData(crate::system::collections::generic::list_1::List_1<crate::app::versusservercasualmetadata::VersusServerCasualMetaData>) overload
Sourcefn download_impl(self)
fn download_impl(self)
DownloadImpl() overload
Sourcefn download_my_edit_impl(self)
fn download_my_edit_impl(self)
DownloadMyEditImpl() overload
Sourcefn select_replay_impl(self)
fn select_replay_impl(self)
SelectReplayImpl() overload
Sourcefn most_oldest_replay_meta_data(
self,
paths: impl Into<Array<Il2CppString>>,
) -> (VersusServerReplayMetaData, Il2CppString)
fn most_oldest_replay_meta_data( self, paths: impl Into<Array<Il2CppString>>, ) -> (VersusServerReplayMetaData, Il2CppString)
MostOldestReplayMetaData(::unity::Array<::unity::Il2CppString>, *mutcrate::app::versusserverreplaymetadata::VersusServerReplayMetaData, *mut::unity::Il2CppString) overload
Sourcefn download_replay_impl(self)
fn download_replay_impl(self)
DownloadReplayImpl() overload
Sourcefn change_replay_meta_impl(self)
fn change_replay_meta_impl(self)
ChangeReplayMetaImpl() overload
Sourcefn search_my_data_to_data_id(self) -> u64
fn search_my_data_to_data_id(self) -> u64
SearchMyDataToDataId() overload
Sourcefn get_last_uploaded_result_impl(self) -> bool
fn get_last_uploaded_result_impl(self) -> bool
GetLastUploadedResultImpl() overload
Sourcefn get_downloaded_edit_meta_data_impl(self) -> VersusServerRankedMetaData
fn get_downloaded_edit_meta_data_impl(self) -> VersusServerRankedMetaData
GetDownloadedEditMetaDataImpl() overload
Sourcefn change_ranked_meta_data_impl(
self,
meta_data: impl Into<VersusServerRankedMetaData>,
)
fn change_ranked_meta_data_impl( self, meta_data: impl Into<VersusServerRankedMetaData>, )
ChangeRankedMetaDataImpl(crate::app::versusserverrankedmetadata::VersusServerRankedMetaData) overload
Sourcefn change_data_type_impl(
self,
data_id: impl Into<u64>,
data_type: impl Into<u16>,
)
fn change_data_type_impl( self, data_id: impl Into<u64>, data_type: impl Into<u16>, )
ChangeDataTypeImpl(u64, u16) overload
Sourcefn init_edit_data_impl(self)
fn init_edit_data_impl(self)
InitEditDataImpl() overload
Sourcefn check_parental_control_impl(self)
fn check_parental_control_impl(self)
CheckParentalControlImpl() overload
Sourcefn is_parental_control_available_impl(self) -> bool
fn is_parental_control_available_impl(self) -> bool
IsParentalControlAvailableImpl() overload
Sourcefn end_parental_control_impl(self)
fn end_parental_control_impl(self)
EndParentalControlImpl() overload
CreateSelectReplayMetaMenu(::unity::Array<::unity::Il2CppString>, crate::app::versussequence::VersusSequence_VersusSequenceLocal_SelectReplayMetaMenuItem_ACallback) overload
Sourcefn deserialize(
self,
path: impl Into<Il2CppString>,
) -> VersusServerReplayMetaData
fn deserialize( self, path: impl Into<Il2CppString>, ) -> VersusServerReplayMetaData
Deserialize(::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: IVersusSequence_VersusSequenceLocal> IVersusSequence_VersusSequenceLocalMethods for __T
app-versussequence only.