Trait peace_performance::Mods[][src]

pub trait Mods: Copy {
    const NF: u32;
    const EZ: u32;
    const TD: u32;
    const HD: u32;
    const HR: u32;
    const DT: u32;
    const RX: u32;
    const HT: u32;
    const FL: u32;
    const SO: u32;
    const AP: u32;
    const V2: u32;
Show 16 methods fn change_speed(self) -> bool;
fn change_map(self) -> bool;
fn speed(self) -> f32;
fn od_ar_hp_multiplier(self) -> f32;
fn nf(self) -> bool;
fn ez(self) -> bool;
fn td(self) -> bool;
fn hd(self) -> bool;
fn hr(self) -> bool;
fn dt(self) -> bool;
fn rx(self) -> bool;
fn ht(self) -> bool;
fn fl(self) -> bool;
fn so(self) -> bool;
fn ap(self) -> bool;
fn v2(self) -> bool;
}

Associated Constants

Required methods

Implementations on Foreign Types

Implementors