[][src]Trait bakkesmod::wrappers::unreal::BattarangPickup

pub trait BattarangPickup: BallLassoPickup {
    fn get_spin_speed(&self) -> f32 { ... }
fn get_cur_rotation(&self) -> f32 { ... } }

Provided methods

fn get_spin_speed(&self) -> f32

fn get_cur_rotation(&self) -> f32

Loading content...

Implementors

impl BattarangPickup for BattarangPickupWrapper[src]

Loading content...