Skip to main content

engage/generated/app/
hubmyroomdata.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "app-hubmyroomdata-types")]
4mod __types {
5    #[allow(unused_imports)] use ::unity::prelude::*;
6
7    use super::*;
8    use crate::{
9        app::{
10            structbase::{IStructBase, StructBase},
11            structdata_1::{IStructData_1, StructData_1},
12            structtemplate_1::{IStructTemplate_1, StructTemplate_1},
13        },
14        system::object::{IObject, Object},
15    };
16
17    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/hubmyroomdata/HubMyRoomData.md"))]
18    #[::unity::class(namespace = "App", name = "HubMyRoomData")]
19    #[parent(crate::app::structdata_1::StructData_1<crate::app::hubmyroomdata::HubMyRoomData>)]
20    pub struct HubMyRoomData {}
21}
22
23#[cfg(feature = "app-hubmyroomdata-types")]
24pub use __types::*;
25
26#[cfg(feature = "app-hubmyroomdata")]
27impl HubMyRoomData {
28    #[doc = "`Load()` overload"]
29    pub fn load() -> () {
30        unsafe {
31            ::unity::il2cpp_call!((::unity::module_base()+0x23d4700usize)as*mut u8,();
32            )
33        }
34    }
35}
36
37#[cfg(feature = "app-hubmyroomdata")]
38pub trait IHubMyRoomDataMethods: IHubMyRoomData {
39    #[doc = "`get_PID()` overload"]
40    fn get_pid(self) -> ::unity::Il2CppString {
41        unsafe {
42            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
43            ::unity::il2cpp_call!((::unity::module_base()+0x23d45e0usize)as*mut u8, ::unity::Il2CppString;
44(HubMyRoomData)__receiver)
45        }
46    }
47    #[doc = "`set_PID(::unity::Il2CppString)` overload"]
48    fn set_pid(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
49        unsafe {
50            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
51            ::unity::il2cpp_call!((::unity::module_base()+0x23d45f0usize)as*mut u8,();
52(HubMyRoomData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
53        }
54    }
55    #[doc = "`get_C1()` overload"]
56    fn get_c1(self) -> i32 {
57        unsafe {
58            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
59            ::unity::il2cpp_call!((::unity::module_base()+0x23d4600usize)as*mut u8,i32;
60(HubMyRoomData)__receiver)
61        }
62    }
63    #[doc = "`set_C1(i32)` overload"]
64    fn set_c1(self, value: impl ::core::convert::Into<i32>) -> () {
65        unsafe {
66            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
67            ::unity::il2cpp_call!((::unity::module_base()+0x23d4610usize)as*mut u8,();
68(HubMyRoomData)__receiver,(i32)::core::convert::Into::into(value))
69        }
70    }
71    #[doc = "`get_C2()` overload"]
72    fn get_c2(self) -> i32 {
73        unsafe {
74            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
75            ::unity::il2cpp_call!((::unity::module_base()+0x23d4620usize)as*mut u8,i32;
76(HubMyRoomData)__receiver)
77        }
78    }
79    #[doc = "`set_C2(i32)` overload"]
80    fn set_c2(self, value: impl ::core::convert::Into<i32>) -> () {
81        unsafe {
82            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
83            ::unity::il2cpp_call!((::unity::module_base()+0x23d4630usize)as*mut u8,();
84(HubMyRoomData)__receiver,(i32)::core::convert::Into::into(value))
85        }
86    }
87    #[doc = "`get_B1()` overload"]
88    fn get_b1(self) -> i32 {
89        unsafe {
90            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
91            ::unity::il2cpp_call!((::unity::module_base()+0x23d4640usize)as*mut u8,i32;
92(HubMyRoomData)__receiver)
93        }
94    }
95    #[doc = "`set_B1(i32)` overload"]
96    fn set_b1(self, value: impl ::core::convert::Into<i32>) -> () {
97        unsafe {
98            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
99            ::unity::il2cpp_call!((::unity::module_base()+0x23d4650usize)as*mut u8,();
100(HubMyRoomData)__receiver,(i32)::core::convert::Into::into(value))
101        }
102    }
103    #[doc = "`get_B2()` overload"]
104    fn get_b2(self) -> i32 {
105        unsafe {
106            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
107            ::unity::il2cpp_call!((::unity::module_base()+0x23d4660usize)as*mut u8,i32;
108(HubMyRoomData)__receiver)
109        }
110    }
111    #[doc = "`set_B2(i32)` overload"]
112    fn set_b2(self, value: impl ::core::convert::Into<i32>) -> () {
113        unsafe {
114            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
115            ::unity::il2cpp_call!((::unity::module_base()+0x23d4670usize)as*mut u8,();
116(HubMyRoomData)__receiver,(i32)::core::convert::Into::into(value))
117        }
118    }
119    #[doc = "`get_A1()` overload"]
120    fn get_a1(self) -> i32 {
121        unsafe {
122            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
123            ::unity::il2cpp_call!((::unity::module_base()+0x23d4680usize)as*mut u8,i32;
124(HubMyRoomData)__receiver)
125        }
126    }
127    #[doc = "`set_A1(i32)` overload"]
128    fn set_a1(self, value: impl ::core::convert::Into<i32>) -> () {
129        unsafe {
130            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
131            ::unity::il2cpp_call!((::unity::module_base()+0x23d4690usize)as*mut u8,();
132(HubMyRoomData)__receiver,(i32)::core::convert::Into::into(value))
133        }
134    }
135    #[doc = "`get_A2()` overload"]
136    fn get_a2(self) -> i32 {
137        unsafe {
138            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
139            ::unity::il2cpp_call!((::unity::module_base()+0x23d46a0usize)as*mut u8,i32;
140(HubMyRoomData)__receiver)
141        }
142    }
143    #[doc = "`set_A2(i32)` overload"]
144    fn set_a2(self, value: impl ::core::convert::Into<i32>) -> () {
145        unsafe {
146            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
147            ::unity::il2cpp_call!((::unity::module_base()+0x23d46b0usize)as*mut u8,();
148(HubMyRoomData)__receiver,(i32)::core::convert::Into::into(value))
149        }
150    }
151    #[doc = "`get_S1()` overload"]
152    fn get_s1(self) -> i32 {
153        unsafe {
154            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
155            ::unity::il2cpp_call!((::unity::module_base()+0x23d46c0usize)as*mut u8,i32;
156(HubMyRoomData)__receiver)
157        }
158    }
159    #[doc = "`set_S1(i32)` overload"]
160    fn set_s1(self, value: impl ::core::convert::Into<i32>) -> () {
161        unsafe {
162            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
163            ::unity::il2cpp_call!((::unity::module_base()+0x23d46d0usize)as*mut u8,();
164(HubMyRoomData)__receiver,(i32)::core::convert::Into::into(value))
165        }
166    }
167    #[doc = "`get_S2()` overload"]
168    fn get_s2(self) -> i32 {
169        unsafe {
170            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
171            ::unity::il2cpp_call!((::unity::module_base()+0x23d46e0usize)as*mut u8,i32;
172(HubMyRoomData)__receiver)
173        }
174    }
175    #[doc = "`set_S2(i32)` overload"]
176    fn set_s2(self, value: impl ::core::convert::Into<i32>) -> () {
177        unsafe {
178            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
179            ::unity::il2cpp_call!((::unity::module_base()+0x23d46f0usize)as*mut u8,();
180(HubMyRoomData)__receiver,(i32)::core::convert::Into::into(value))
181        }
182    }
183    #[doc = "`.ctor()` overload"]
184    fn ctor(self) -> () {
185        unsafe {
186            let __receiver = <HubMyRoomData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
187            ::unity::il2cpp_call!((::unity::module_base()+0x23d47b0usize)as*mut u8,();
188(HubMyRoomData)__receiver)
189        }
190    }
191}
192
193#[cfg(feature = "app-hubmyroomdata")]
194impl<__T: IHubMyRoomData> IHubMyRoomDataMethods for __T {}
195
196#[cfg(feature = "app-hubmyroomdata")]
197impl HubMyRoomData {
198    pub fn get_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
199        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
200    }
201
202    pub fn set_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
203        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
204    }
205
206    pub fn get_c1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
207        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
208    }
209
210    pub fn set_c1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
211        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
212    }
213
214    pub fn get_c2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
215        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
216    }
217
218    pub fn set_c2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
219        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
220    }
221
222    pub fn get_b1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
223        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
224    }
225
226    pub fn set_b1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
227        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
228    }
229
230    pub fn get_b2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
231        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
232    }
233
234    pub fn set_b2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
235        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
236    }
237
238    pub fn get_a1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
239        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
240    }
241
242    pub fn set_a1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
243        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
244    }
245
246    pub fn get_a2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
247        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
248    }
249
250    pub fn set_a2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
251        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
252    }
253
254    pub fn get_s1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
255        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
256    }
257
258    pub fn set_s1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
259        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
260    }
261
262    pub fn get_s2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
263        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
264    }
265
266    pub fn set_s2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
267        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
268    }
269
270    pub fn load_method_info() -> &'static ::unity::il2cpp::MethodInfo {
271        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
272    }
273
274    pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
275        <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
276    }
277}
278
279#[cfg(feature = "app-hubmyroomdata")]
280impl HubMyRoomData {
281    #[doc = "`.ctor()` — no args"]
282    pub fn new() -> Self {
283        let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
284            panic!(
285                "{}
286::{}
287 failed to instantiate",
288                ::core::stringify!(HubMyRoomData),
289                ::core::stringify!(new),
290            )
291        });
292        <Self as IHubMyRoomDataMethods>::ctor(this);
293        this
294    }
295}
296
297#[cfg(feature = "app-hubmyroomdata")]
298#[doc(hidden)]
299pub mod prelude {
300    pub use super::{HubMyRoomData, IHubMyRoomData, IHubMyRoomDataMethods};
301    #[cfg(feature = "app-structbase")]
302    pub use crate::app::structbase::IStructBaseMethods;
303    #[cfg(feature = "app-structdata_1")]
304    pub use crate::app::structdata_1::IStructData_1Methods;
305    #[cfg(feature = "app-structtemplate_1")]
306    pub use crate::app::structtemplate_1::IStructTemplate_1Methods;
307    #[cfg(feature = "system-object")]
308    pub use crate::system::object::IObjectMethods;
309    pub use crate::{
310        app::{structbase::IStructBase, structdata_1::IStructData_1, structtemplate_1::IStructTemplate_1},
311        system::object::IObject,
312    };
313}