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

pub trait GameSettingPlaylist: Object {
    fn get_title(&self) -> RLString { ... }
fn get_description(&self) -> RLString { ... }
fn get_player_count(&self) -> i32 { ... }
fn get_b_standard(&self) -> bool { ... }
fn get_b_ranked(&self) -> bool { ... }
fn get_b_solo(&self) -> bool { ... }
fn get_b_new(&self) -> bool { ... }
fn get_b_apply_quit_penalty(&self) -> bool { ... }
fn get_b_allow_forfeit(&self) -> bool { ... }
fn get_b_disable_ranked_reconnect(&self) -> bool { ... }
fn get_b_ignore_assign_teams(&self) -> bool { ... }
fn get_b_kick_on_migrate(&self) -> bool { ... }
fn get_b_allow_clubs(&self) -> bool { ... }
fn get_b_players_vs_bots(&self) -> bool { ... }
fn get_playlist_id(&self) -> i32 { ... }
fn get_server_command(&self) -> RLString { ... }
fn is_lan_match(&self) -> bool { ... }
fn is_private_match(&self) -> bool { ... }
fn should_update_skills(&self) -> bool { ... }
fn is_valid_id(&self, in_playlist_id: i32) -> bool { ... }
fn is_valid(&self) -> bool { ... } }

Provided methods

fn get_title(&self) -> RLString

fn get_description(&self) -> RLString

fn get_player_count(&self) -> i32

fn get_b_standard(&self) -> bool

fn get_b_ranked(&self) -> bool

fn get_b_solo(&self) -> bool

fn get_b_new(&self) -> bool

fn get_b_apply_quit_penalty(&self) -> bool

fn get_b_allow_forfeit(&self) -> bool

fn get_b_disable_ranked_reconnect(&self) -> bool

fn get_b_ignore_assign_teams(&self) -> bool

fn get_b_kick_on_migrate(&self) -> bool

fn get_b_allow_clubs(&self) -> bool

fn get_b_players_vs_bots(&self) -> bool

fn get_playlist_id(&self) -> i32

fn get_server_command(&self) -> RLString

fn is_lan_match(&self) -> bool

fn is_private_match(&self) -> bool

fn should_update_skills(&self) -> bool

fn is_valid_id(&self, in_playlist_id: i32) -> bool

fn is_valid(&self) -> bool

Loading content...

Implementors

impl GameSettingPlaylist for GameSettingPlaylistWrapper[src]

Loading content...