Skip to main content

IGmapSequenceMethods

Trait IGmapSequenceMethods 

Source
pub trait IGmapSequenceMethods: IGmapSequence {
Show 72 methods // Provided methods fn get_loading_mode(self) -> LoadingManager_Modes { ... } fn get_now_spot(self) -> GmapSpot { ... } fn set_now_spot(self, value: impl Into<GmapSpot>) { ... } fn get_gmap_spot_id_from_data(self) -> Il2CppString { ... } fn set_gmap_spot_id_from_data(self, value: impl Into<Il2CppString>) { ... } fn on_create(self) { ... } fn on_dispose(self) { ... } fn on_shutdown(self) { ... } fn persistent_tick(self) { ... } fn branch_start(self) { ... } fn load_script(self) { ... } fn unload_script(self) { ... } fn unload_resources(self) { ... } fn final(self) { ... } fn init(self) { ... } fn load_actor(self) { ... } fn unload_unit(self) { ... } fn load_resources(self) { ... } fn is_loading_resources(self) -> bool { ... } fn create_object_from_prefab(self) { ... } fn attach_spot_models(self) { ... } fn set_player_and_camera(self) { ... } fn set_player_and_camera_main_from_god_dlc(self) { ... } fn set_player_and_camera_god_dlc_from_main(self) { ... } fn set_state_m017(self) { ... } fn check_appear_path(self) { ... } fn appear_path_tick(self) -> IEnumerator { ... } fn wait_camera_move(self) { ... } fn wait_camera_move_strictly(self) { ... } fn set_player_spot(self, gmap_spot: impl Into<GmapSpot>) { ... } fn init_tick(self) { ... } fn gmap_help_event(self) -> IEnumerator { ... } fn tick(self) { ... } fn move_start(self) { ... } fn start_move_newest_spot(self) -> bool { ... } fn start_move_spot_for_auto_play(self) -> bool { ... } fn start_move_target_spot(self, target_spot: impl Into<GmapSpot>) -> bool { ... } fn is_auto_move_mode(self) -> bool { ... } fn try_stop_auto_mode(self) { ... } fn end_auto_mode(self) { ... } fn enter_chapter(self) { ... } fn enter_encount(self) { ... } fn enter_recollection(self) { ... } fn init_moving(self) { ... } fn moving(self) { ... } fn end_moving(self) { ... } fn get_move_speed(self) -> (f32, bool) { ... } fn adjust_player_unit(self) { ... } fn auto_move_next(self) { ... } fn enter_from_dlc_god(self) { ... } fn move_from_dlc_god(self) { ... } fn move_end_from_dlc_god(self) { ... } fn moving_fade(self) { ... } fn play_bgm(self) { ... } fn stop_bgm(self) { ... } fn pause_bgm(self) { ... } fn resume_bgm(self) { ... } fn key_help_hide(self) { ... } fn key_help_show(self) { ... } fn save_data_load(self) { ... } fn save_data_load_result(self) { ... } fn save_data_release(self) { ... } fn save_data_normalize(self) { ... } fn get_version(self) -> i32 { ... } fn on_serialize(self, stream: impl Into<Stream_2>) { ... } fn on_deserialize( self, stream: impl Into<Stream_2>, version: impl Into<i32>, ) { ... } fn is_play_appear_encount_sound(self) -> bool { ... } fn camera_tracking_on(self) { ... } fn camera_tracking_off(self) { ... } fn set_up_encount_info(self) { ... } fn gmap_menu_create_bind(self, super_: impl Into<ProcInst>) { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_loading_mode(self) -> LoadingManager_Modes

get_LoadingMode() overload

Source

fn get_now_spot(self) -> GmapSpot

get_NowSpot() overload

Source

fn set_now_spot(self, value: impl Into<GmapSpot>)

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

Source

fn get_gmap_spot_id_from_data(self) -> Il2CppString

get_GmapSpotIdFromData() overload

Source

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

set_GmapSpotIdFromData(::unity::Il2CppString) overload

Source

fn on_create(self)

OnCreate() overload

Source

fn on_dispose(self)

OnDispose() overload

Source

fn on_shutdown(self)

OnShutdown() overload

Source

fn persistent_tick(self)

PersistentTick() overload

Source

fn branch_start(self)

BranchStart() overload

Source

fn load_script(self)

LoadScript() overload

Source

fn unload_script(self)

UnloadScript() overload

Source

fn unload_resources(self)

UnloadResources() overload

Source

fn final(self)

Final() overload

Source

fn init(self)

Init() overload

Source

fn load_actor(self)

LoadActor() overload

Source

fn unload_unit(self)

UnloadUnit() overload

Source

fn load_resources(self)

LoadResources() overload

Source

fn is_loading_resources(self) -> bool

IsLoadingResources() overload

Source

fn create_object_from_prefab(self)

CreateObjectFromPrefab() overload

Source

fn attach_spot_models(self)

AttachSpotModels() overload

Source

fn set_player_and_camera(self)

SetPlayerAndCamera() overload

Source

fn set_player_and_camera_main_from_god_dlc(self)

SetPlayerAndCameraMainFromGodDLC() overload

Source

fn set_player_and_camera_god_dlc_from_main(self)

SetPlayerAndCameraGodDLCFromMain() overload

Source

fn set_state_m017(self)

SetStateM017() overload

Source

fn check_appear_path(self)

CheckAppearPath() overload

Source

fn appear_path_tick(self) -> IEnumerator

AppearPathTick() overload

Source

fn wait_camera_move(self)

WaitCameraMove() overload

Source

fn wait_camera_move_strictly(self)

WaitCameraMoveStrictly() overload

Source

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

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

Source

fn init_tick(self)

InitTick() overload

Source

fn gmap_help_event(self) -> IEnumerator

GmapHelpEvent() overload

Source

fn tick(self)

Tick() overload

Source

fn move_start(self)

MoveStart() overload

Source

fn start_move_newest_spot(self) -> bool

StartMoveNewestSpot() overload

Source

fn start_move_spot_for_auto_play(self) -> bool

StartMoveSpotForAutoPlay() overload

Source

fn start_move_target_spot(self, target_spot: impl Into<GmapSpot>) -> bool

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

Source

fn is_auto_move_mode(self) -> bool

IsAutoMoveMode() overload

Source

fn try_stop_auto_mode(self)

TryStopAutoMode() overload

Source

fn end_auto_mode(self)

EndAutoMode() overload

Source

fn enter_chapter(self)

EnterChapter() overload

Source

fn enter_encount(self)

EnterEncount() overload

Source

fn enter_recollection(self)

EnterRecollection() overload

Source

fn init_moving(self)

InitMoving() overload

Source

fn moving(self)

Moving() overload

Source

fn end_moving(self)

EndMoving() overload

Source

fn get_move_speed(self) -> (f32, bool)

GetMoveSpeed(*mutf32, *mutbool) overload

Source

fn adjust_player_unit(self)

AdjustPlayerUnit() overload

Source

fn auto_move_next(self)

AutoMoveNext() overload

Source

fn enter_from_dlc_god(self)

EnterFromDlcGod() overload

Source

fn move_from_dlc_god(self)

MoveFromDlcGod() overload

Source

fn move_end_from_dlc_god(self)

MoveEndFromDlcGod() overload

Source

fn moving_fade(self)

MovingFade() overload

Source

fn play_bgm(self)

PlayBgm() overload

Source

fn stop_bgm(self)

StopBgm() overload

Source

fn pause_bgm(self)

PauseBgm() overload

Source

fn resume_bgm(self)

ResumeBgm() overload

Source

fn key_help_hide(self)

KeyHelpHide() overload

Source

fn key_help_show(self)

KeyHelpShow() overload

Source

fn save_data_load(self)

SaveDataLoad() overload

Source

fn save_data_load_result(self)

SaveDataLoadResult() overload

Source

fn save_data_release(self)

SaveDataRelease() overload

Source

fn save_data_normalize(self)

SaveDataNormalize() overload

Source

fn get_version(self) -> i32

get_Version() overload

Source

fn on_serialize(self, stream: impl Into<Stream_2>)

OnSerialize(crate::app::stream_2::Stream_2) overload

Source

fn on_deserialize(self, stream: impl Into<Stream_2>, version: impl Into<i32>)

OnDeserialize(crate::app::stream_2::Stream_2, i32) overload

Source

fn is_play_appear_encount_sound(self) -> bool

IsPlayAppearEncountSound() overload

Source

fn camera_tracking_on(self)

CameraTrackingOn() overload

Source

fn camera_tracking_off(self)

CameraTrackingOff() overload

Source

fn set_up_encount_info(self)

SetUpEncountInfo() overload

Source

fn gmap_menu_create_bind(self, super_: impl Into<ProcInst>)

GmapMenuCreateBind(crate::app::procinst::ProcInst) 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: IGmapSequence> IGmapSequenceMethods for __T

Available on crate feature app-gmapsequence only.