Skip to main content

IMapBattleInfoSequenceMethods

Trait IMapBattleInfoSequenceMethods 

Source
pub trait IMapBattleInfoSequenceMethods: IMapBattleInfoSequence {
    // Provided methods
    fn set_battle_info(
        self,
        b_show_wdw: impl Into<bool>,
        info: impl Into<BattleInfo>,
        scene_list: impl Into<BattleSceneList>,
    ) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set_battle_info( self, b_show_wdw: impl Into<bool>, info: impl Into<BattleInfo>, scene_list: impl Into<BattleSceneList>, )

SetBattleInfo(bool, crate::app::battleinfo::BattleInfo, crate::app::battlescenelist::BattleSceneList) 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: IMapBattleInfoSequence> IMapBattleInfoSequenceMethods for __T

Available on crate feature app-mapbattleinfosequence only.