Skip to main content

IActionDamage

Trait IActionDamage 

Source
pub trait IActionDamage: IActionBase {
    // Provided methods
    fn m_attacker(self) -> Character { ... }
    fn set_m_attacker(self, value: Character) { ... }
    fn m_damager(self) -> Character { ... }
    fn set_m_damager(self, value: Character) { ... }
    fn m_hit_ev(self) -> AnimationEvent { ... }
    fn set_m_hit_ev(self, value: AnimationEvent) { ... }
}

Provided Methods§

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§