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§
Sourcefn get_item_list(self) -> Array<Il2CppString>
fn get_item_list(self) -> Array<Il2CppString>
get_ItemList() overload
Sourcefn set_item_list(self, value: impl Into<Array<Il2CppString>>)
fn set_item_list(self, value: impl Into<Array<Il2CppString>>)
set_ItemList(::unity::Array<::unity::Il2CppString>) overload
Sourcefn get_group(self) -> Il2CppString
fn get_group(self) -> Il2CppString
get_Group() overload
Sourcefn set_group(self, value: impl Into<Il2CppString>)
fn set_group(self, value: impl Into<Il2CppString>)
set_Group(::unity::Il2CppString) overload
Sourcefn get_piece_of_bond(self) -> i32
fn get_piece_of_bond(self) -> i32
get_PieceOfBond() overload
Sourcefn set_piece_of_bond(self, value: impl Into<i32>)
fn set_piece_of_bond(self, value: impl Into<i32>)
set_PieceOfBond(i32) overload
Sourcefn get_item_count(self) -> i32
fn get_item_count(self) -> i32
get_ItemCount() overload
Sourcefn set_item_count(self, value: impl Into<i32>)
fn set_item_count(self, value: impl Into<i32>)
set_ItemCount(i32) overload
Sourcefn get_item1(self) -> Il2CppString
fn get_item1(self) -> Il2CppString
get_Item1() overload
Sourcefn set_item1(self, value: impl Into<Il2CppString>)
fn set_item1(self, value: impl Into<Il2CppString>)
set_Item1(::unity::Il2CppString) overload
Sourcefn get_item2(self) -> Il2CppString
fn get_item2(self) -> Il2CppString
get_Item2() overload
Sourcefn set_item2(self, value: impl Into<Il2CppString>)
fn set_item2(self, value: impl Into<Il2CppString>)
set_Item2(::unity::Il2CppString) overload
Sourcefn get_item3(self) -> Il2CppString
fn get_item3(self) -> Il2CppString
get_Item3() overload
Sourcefn set_item3(self, value: impl Into<Il2CppString>)
fn set_item3(self, value: impl Into<Il2CppString>)
set_Item3(::unity::Il2CppString) overload
Sourcefn get_item4(self) -> Il2CppString
fn get_item4(self) -> Il2CppString
get_Item4() overload
Sourcefn set_item4(self, value: impl Into<Il2CppString>)
fn set_item4(self, value: impl Into<Il2CppString>)
set_Item4(::unity::Il2CppString) overload
Sourcefn get_item5(self) -> Il2CppString
fn get_item5(self) -> Il2CppString
get_Item5() overload
Sourcefn set_item5(self, value: impl Into<Il2CppString>)
fn set_item5(self, value: impl Into<Il2CppString>)
set_Item5(::unity::Il2CppString) overload
Sourcefn get_item6(self) -> Il2CppString
fn get_item6(self) -> Il2CppString
get_Item6() overload
Sourcefn set_item6(self, value: impl Into<Il2CppString>)
fn set_item6(self, value: impl Into<Il2CppString>)
set_Item6(::unity::Il2CppString) overload
Sourcefn get_item_type_count(self) -> i32
fn get_item_type_count(self) -> i32
get_ItemTypeCount() overload
Sourcefn set_item_type_count(self, value: impl Into<i32>)
fn set_item_type_count(self, value: impl Into<i32>)
set_ItemTypeCount(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§
impl<__T: IDragonRidePrizeData> IDragonRidePrizeDataMethods for __T
app-dragonrideprizedata only.