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

pub trait BoostPickup: VehiclePickup {
    fn get_boost_amount(&self) -> f32 { ... }
fn get_boost_type(&self) -> u8 { ... }
fn play_picked_up_fx(&self) { ... }
fn pickup(&self, car: CarWrapper) { ... }
fn can_pickup(&self, car: CarWrapper) -> bool { ... } }

Provided methods

fn get_boost_amount(&self) -> f32

fn get_boost_type(&self) -> u8

fn play_picked_up_fx(&self)

fn pickup(&self, car: CarWrapper)

fn can_pickup(&self, car: CarWrapper) -> bool

Loading content...

Implementors

impl BoostPickup for BoostPickupWrapper[src]

Loading content...