Skip to main content

IDragonRidePrizeDataMethods

Trait IDragonRidePrizeDataMethods 

Source
pub trait IDragonRidePrizeDataMethods: IDragonRidePrizeData {
Show 24 methods // Provided methods fn get_item_list(self) -> Array<Il2CppString> { ... } fn set_item_list(self, value: impl Into<Array<Il2CppString>>) { ... } fn get_group(self) -> Il2CppString { ... } fn set_group(self, value: impl Into<Il2CppString>) { ... } fn get_piece_of_bond(self) -> i32 { ... } fn set_piece_of_bond(self, value: impl Into<i32>) { ... } fn get_item_count(self) -> i32 { ... } fn set_item_count(self, value: impl Into<i32>) { ... } fn get_item1(self) -> Il2CppString { ... } fn set_item1(self, value: impl Into<Il2CppString>) { ... } fn get_item2(self) -> Il2CppString { ... } fn set_item2(self, value: impl Into<Il2CppString>) { ... } fn get_item3(self) -> Il2CppString { ... } fn set_item3(self, value: impl Into<Il2CppString>) { ... } fn get_item4(self) -> Il2CppString { ... } fn set_item4(self, value: impl Into<Il2CppString>) { ... } fn get_item5(self) -> Il2CppString { ... } fn set_item5(self, value: impl Into<Il2CppString>) { ... } fn get_item6(self) -> Il2CppString { ... } fn set_item6(self, value: impl Into<Il2CppString>) { ... } fn get_item_type_count(self) -> i32 { ... } fn set_item_type_count(self, value: impl Into<i32>) { ... } fn ctor(self) { ... } fn on_build(self) { ... }
}

Provided Methods§

Source

fn get_item_list(self) -> Array<Il2CppString>

get_ItemList() overload

Source

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

set_ItemList(::unity::Array<::unity::Il2CppString>) overload

Source

fn get_group(self) -> Il2CppString

get_Group() overload

Source

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

set_Group(::unity::Il2CppString) overload

Source

fn get_piece_of_bond(self) -> i32

get_PieceOfBond() overload

Source

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

set_PieceOfBond(i32) overload

Source

fn get_item_count(self) -> i32

get_ItemCount() overload

Source

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

set_ItemCount(i32) overload

Source

fn get_item1(self) -> Il2CppString

get_Item1() overload

Source

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

set_Item1(::unity::Il2CppString) overload

Source

fn get_item2(self) -> Il2CppString

get_Item2() overload

Source

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

set_Item2(::unity::Il2CppString) overload

Source

fn get_item3(self) -> Il2CppString

get_Item3() overload

Source

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

set_Item3(::unity::Il2CppString) overload

Source

fn get_item4(self) -> Il2CppString

get_Item4() overload

Source

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

set_Item4(::unity::Il2CppString) overload

Source

fn get_item5(self) -> Il2CppString

get_Item5() overload

Source

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

set_Item5(::unity::Il2CppString) overload

Source

fn get_item6(self) -> Il2CppString

get_Item6() overload

Source

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

set_Item6(::unity::Il2CppString) overload

Source

fn get_item_type_count(self) -> i32

get_ItemTypeCount() overload

Source

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

set_ItemTypeCount(i32) overload

Source

fn ctor(self)

.ctor() overload

Source

fn on_build(self)

OnBuild() 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: IDragonRidePrizeData> IDragonRidePrizeDataMethods for __T

Available on crate feature app-dragonrideprizedata only.