Trait eos_rs::api::dungeon_mode::DungeonMoveIdExt
source · pub trait DungeonMoveIdExt {
// Required method
fn move_is_not_physical(&self, _ov29: &OverlayLoadLease<29>) -> bool;
}Expand description
Extension trait for MoveId specific to dungeon mode.
Required Methods§
sourcefn move_is_not_physical(&self, _ov29: &OverlayLoadLease<29>) -> bool
fn move_is_not_physical(&self, _ov29: &OverlayLoadLease<29>) -> bool
Checks if the move isn’t a physical move.