Skip to main content

IDragonRideSequence_PrizeDataMethods

Trait IDragonRideSequence_PrizeDataMethods 

Source
pub trait IDragonRideSequence_PrizeDataMethods: IDragonRideSequence_PrizeData {
    // Provided methods
    fn ctor(self) { ... }
    fn ctor_2(self, set_item: impl Into<ItemData>, set_num: impl Into<i32>) { ... }
    fn add_num(self, add: impl Into<i32>) { ... }
    fn get_id(self) -> Il2CppString { ... }
    fn set_id(self, value: impl Into<Il2CppString>) { ... }
    fn get_item(self) -> ItemData { ... }
    fn set_item(self, value: impl Into<ItemData>) { ... }
    fn get_num(self) -> i32 { ... }
    fn set_num(self, value: impl Into<i32>) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, set_item: impl Into<ItemData>, set_num: impl Into<i32>)

.ctor(crate::app::itemdata::ItemData, i32) overload

Source

fn add_num(self, add: impl Into<i32>)

AddNum(i32) overload

Source

fn get_id(self) -> Il2CppString

get_ID() overload

Source

fn set_id(self, value: impl Into<Il2CppString>)

set_ID(::unity::Il2CppString) overload

Source

fn get_item(self) -> ItemData

get_item() overload

Source

fn set_item(self, value: impl Into<ItemData>)

set_item(crate::app::itemdata::ItemData) overload

Source

fn get_num(self) -> i32

get_num() overload

Source

fn set_num(self, value: impl Into<i32>)

set_num(i32) overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IDragonRideSequence_PrizeData> IDragonRideSequence_PrizeDataMethods for __T

Available on crate feature app-dragonridesequence only.