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

pub trait Boost: CarComponent {
    fn get_boost_consumption_rate(&self) -> f32 { ... }
fn get_max_boost_amount(&self) -> f32 { ... }
fn get_start_boost_amount(&self) -> f32 { ... }
fn get_current_boost_amount(&self) -> f32 { ... }
fn get_boost_modifier(&self) -> f32 { ... }
fn get_last_boost_amount_request_time(&self) -> f32 { ... }
fn get_last_boost_amount(&self) -> f32 { ... }
fn get_b_pending_confirm_boost_amount(&self) -> bool { ... }
fn get_b_no_boost(&self) -> bool { ... }
fn get_boost_force(&self) -> f32 { ... }
fn get_min_boost_time(&self) -> f32 { ... }
fn get_recharge_rate(&self) -> f32 { ... }
fn get_recharge_delay(&self) -> f32 { ... }
fn get_unlimited_boost_ref_count(&self) -> i32 { ... }
fn get_replicated_boost_amount(&self) -> u8 { ... }
fn should_predict_boost_consumption(&self) -> bool { ... }
fn read_replicated_boost_amount(&self) { ... }
fn apply_forces(&self, active_time: f32) { ... }
fn client_give_boost(&self, amount: f32) { ... }
fn confirm_boost_amount(&self) { ... }
fn send_confirm_boost_amount(&self) { ... }
fn client_fix_boost_amount(&self, time_stamp: f32, amount: f32) { ... }
fn server_confirm_boost_amount(&self, time_stamp: f32, amount: f32) { ... }
fn set_recharge_delay2(&self, in_recharge_delay: f32) { ... }
fn set_recharge_rate2(&self, in_recharge_rate: f32) { ... }
fn set_no_boost(&self, enabled: bool) { ... }
fn set_unlimited_boost(&self, enabled: bool) { ... }
fn set_unlimited_boost_delayed(&self, enabled: bool) { ... }
fn set_boost_modifier2(&self, modifier: f32) { ... }
fn set_boost_amount(&self, amount: f32) { ... }
fn give_boost(&self, amount: f32) { ... }
fn give_starting_boost(&self) { ... }
fn give_full_boost(&self) { ... }
fn get_percent_boost_full(&self) -> f32 { ... }
fn is_full(&self) -> bool { ... }
fn remove_from_car(&self) { ... }
fn can_deactivate(&self) -> bool { ... }
fn can_activate(&self) -> bool { ... } }

Provided methods

fn get_boost_consumption_rate(&self) -> f32

fn get_max_boost_amount(&self) -> f32

fn get_start_boost_amount(&self) -> f32

fn get_current_boost_amount(&self) -> f32

fn get_boost_modifier(&self) -> f32

fn get_last_boost_amount_request_time(&self) -> f32

fn get_last_boost_amount(&self) -> f32

fn get_b_pending_confirm_boost_amount(&self) -> bool

fn get_b_no_boost(&self) -> bool

fn get_boost_force(&self) -> f32

fn get_min_boost_time(&self) -> f32

fn get_recharge_rate(&self) -> f32

fn get_recharge_delay(&self) -> f32

fn get_unlimited_boost_ref_count(&self) -> i32

fn get_replicated_boost_amount(&self) -> u8

fn should_predict_boost_consumption(&self) -> bool

fn read_replicated_boost_amount(&self)

fn apply_forces(&self, active_time: f32)

fn client_give_boost(&self, amount: f32)

fn confirm_boost_amount(&self)

fn send_confirm_boost_amount(&self)

fn client_fix_boost_amount(&self, time_stamp: f32, amount: f32)

fn server_confirm_boost_amount(&self, time_stamp: f32, amount: f32)

fn set_recharge_delay2(&self, in_recharge_delay: f32)

fn set_recharge_rate2(&self, in_recharge_rate: f32)

fn set_no_boost(&self, enabled: bool)

fn set_unlimited_boost(&self, enabled: bool)

fn set_unlimited_boost_delayed(&self, enabled: bool)

fn set_boost_modifier2(&self, modifier: f32)

fn set_boost_amount(&self, amount: f32)

fn give_boost(&self, amount: f32)

fn give_starting_boost(&self)

fn give_full_boost(&self)

fn get_percent_boost_full(&self) -> f32

fn is_full(&self) -> bool

fn remove_from_car(&self)

fn can_deactivate(&self) -> bool

fn can_activate(&self) -> bool

Loading content...

Implementors

impl Boost for BoostWrapper[src]

Loading content...