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

pub trait StatGraphSystem: Object {
    fn get_graph_sample_time(&self) -> f32 { ... }
fn get_graph_level(&self) -> u8 { ... }
fn get_perf_stat_graph(&self) -> Option<PerfStatGraphWrapper> { ... }
fn get_net_stat_graph(&self) -> Option<NetStatGraphWrapper> { ... }
fn get_input_buffer_graph(&self) -> Option<InputBufferGraphWrapper> { ... }
fn get_stat_graphs(&self) -> RLArray<StatGraphWrapper> { ... }
fn get_visible_stat_graphs(&self) -> RLArray<StatGraphWrapper> { ... }
fn graphtime(&self, seconds: f32) { ... }
fn stat_graph_next(&self) { ... }
fn get_graph_sample_time2(&self, level: u8) -> f32 { ... }
fn set_graph_level2(&self, level: u8) { ... } }

Provided methods

Loading content...

Implementors

impl StatGraphSystem for StatGraphSystemWrapper[src]

Loading content...