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

pub trait TrainingEditorSaveData: Object {
    fn get_code(&self) -> RLString { ... }
fn get_tm_name(&self) -> RLString { ... }
fn get_type(&self) -> u8 { ... }
fn get_difficulty(&self) -> u8 { ... }
fn get_creator_name(&self) -> RLString { ... }
fn get_description(&self) -> RLString { ... }
fn get_num_rounds(&self) -> i32 { ... }
fn get_created_at(&self) -> i64 { ... }
fn get_updated_at(&self) -> i64 { ... }
fn get_creator_player_id(&self) -> UniqueNetId { ... }
fn init(&self) { ... } }

Provided methods

fn get_code(&self) -> RLString

fn get_tm_name(&self) -> RLString

fn get_type(&self) -> u8

fn get_difficulty(&self) -> u8

fn get_creator_name(&self) -> RLString

fn get_description(&self) -> RLString

fn get_num_rounds(&self) -> i32

fn get_created_at(&self) -> i64

fn get_updated_at(&self) -> i64

fn get_creator_player_id(&self) -> UniqueNetId

fn init(&self)

Loading content...

Implementors

impl TrainingEditorSaveData for TrainingEditorSaveDataWrapper[src]

Loading content...