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

pub trait TeamInfo: Actor {
    fn get_team_name(&self) -> RLString { ... }
fn get_size(&self) -> i32 { ... }
fn get_score(&self) -> i32 { ... }
fn get_team_index(&self) -> i32 { ... }
fn get_team_color(&self) -> Color { ... }
fn get_team_num(&self) -> u8 { ... } }

Provided methods

fn get_team_name(&self) -> RLString

fn get_size(&self) -> i32

fn get_score(&self) -> i32

fn get_team_index(&self) -> i32

fn get_team_color(&self) -> Color

fn get_team_num(&self) -> u8

Loading content...

Implementors

impl TeamInfo for TeamInfoWrapper[src]

impl TeamInfo for TeamWrapper[src]

Loading content...