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

pub trait BallLassoPickup: SpringPickup {
    fn scale_spring_mesh_to_location(
        &self,
        new_location: Vector,
        target_location: Vector
    ) { ... }
fn do_spring(&self, b_first_hit: bool) { ... } }

Provided methods

fn scale_spring_mesh_to_location(
    &self,
    new_location: Vector,
    target_location: Vector
)

fn do_spring(&self, b_first_hit: bool)

Loading content...

Implementors

impl BallLassoPickup for BallLassoPickupWrapper[src]

impl BallLassoPickup for BattarangPickupWrapper[src]

Loading content...