Skip to main content

IActionGranEnemyApproach

Trait IActionGranEnemyApproach 

Source
pub trait IActionGranEnemyApproach: IActionGranBase {
    // Provided methods
    fn m_world_arrival_time(self) -> f32 { ... }
    fn set_m_world_arrival_time(self, value: f32) { ... }
}

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§