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

pub trait BoostOverridePickup: TargetedPickup {
    fn get_other_car(&self) -> Option<CarWrapper> { ... }
fn pickup_end(&self) { ... }
fn on_target_changed(&self) { ... }
fn pickup_start(&self) { ... } }

Provided methods

fn get_other_car(&self) -> Option<CarWrapper>

fn pickup_end(&self)

fn on_target_changed(&self)

fn pickup_start(&self)

Loading content...

Implementors

impl BoostOverridePickup for BoostOverridePickupWrapper[src]

Loading content...