engage/generated/app/
moviedefinedata.rs1#[cfg(feature = "app-moviedefinedata-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/moviedefinedata/MovieDefineData.md"))]
18 #[::unity::class(namespace = "App", name = "MovieDefineData")]
19 #[parent(crate::app::structdata_1::StructData_1<crate::app::moviedefinedata::MovieDefineData>)]
20 pub struct MovieDefineData {}
21}
22
23#[cfg(feature = "app-moviedefinedata-types")]
24pub use __types::*;
25
26#[cfg(feature = "app-moviedefinedata")]
27impl MovieDefineData {
28 #[doc = "`Load()` overload"]
29 pub fn load() -> () {
30 unsafe {
31 ::unity::il2cpp_call!((::unity::module_base()+0x277d770usize)as*mut u8,();
32 )
33 }
34 }
35}
36
37#[cfg(feature = "app-moviedefinedata")]
38pub trait IMovieDefineDataMethods: IMovieDefineData {
39 #[doc = "`get_MovieFileName()` overload"]
40 fn get_movie_file_name(self) -> ::unity::Il2CppString {
41 unsafe {
42 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
43 ::unity::il2cpp_call!((::unity::module_base()+0x277d550usize)as*mut u8, ::unity::Il2CppString;
44(MovieDefineData)__receiver)
45 }
46 }
47 #[doc = "`set_MovieFileName(::unity::Il2CppString)` overload"]
48 fn set_movie_file_name(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
49 unsafe {
50 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
51 ::unity::il2cpp_call!((::unity::module_base()+0x277d560usize)as*mut u8,();
52(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
53 }
54 }
55 #[doc = "`get_Name()` overload"]
56 fn get_name(self) -> ::unity::Il2CppString {
57 unsafe {
58 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
59 ::unity::il2cpp_call!((::unity::module_base()+0x277d570usize)as*mut u8, ::unity::Il2CppString;
60(MovieDefineData)__receiver)
61 }
62 }
63 #[doc = "`set_Name(::unity::Il2CppString)` overload"]
64 fn set_name(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
65 unsafe {
66 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
67 ::unity::il2cpp_call!((::unity::module_base()+0x277d580usize)as*mut u8,();
68(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
69 }
70 }
71 #[doc = "`get_Help()` overload"]
72 fn get_help(self) -> ::unity::Il2CppString {
73 unsafe {
74 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
75 ::unity::il2cpp_call!((::unity::module_base()+0x277d590usize)as*mut u8, ::unity::Il2CppString;
76(MovieDefineData)__receiver)
77 }
78 }
79 #[doc = "`set_Help(::unity::Il2CppString)` overload"]
80 fn set_help(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
81 unsafe {
82 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
83 ::unity::il2cpp_call!((::unity::module_base()+0x277d5a0usize)as*mut u8,();
84(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
85 }
86 }
87 #[doc = "`get_Condition()` overload"]
88 fn get_condition(self) -> ::unity::Il2CppString {
89 unsafe {
90 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
91 ::unity::il2cpp_call!((::unity::module_base()+0x277d5b0usize)as*mut u8, ::unity::Il2CppString;
92(MovieDefineData)__receiver)
93 }
94 }
95 #[doc = "`set_Condition(::unity::Il2CppString)` overload"]
96 fn set_condition(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
97 unsafe {
98 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
99 ::unity::il2cpp_call!((::unity::module_base()+0x277d5c0usize)as*mut u8,();
100(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
101 }
102 }
103 #[doc = "`get_No()` overload"]
104 fn get_no(self) -> i32 {
105 unsafe {
106 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
107 ::unity::il2cpp_call!((::unity::module_base()+0x277d5d0usize)as*mut u8,i32;
108(MovieDefineData)__receiver)
109 }
110 }
111 #[doc = "`set_No(i32)` overload"]
112 fn set_no(self, value: impl ::core::convert::Into<i32>) -> () {
113 unsafe {
114 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
115 ::unity::il2cpp_call!((::unity::module_base()+0x277d5e0usize)as*mut u8,();
116(MovieDefineData)__receiver,(i32)::core::convert::Into::into(value))
117 }
118 }
119 #[doc = "`get_BeforeSoundEventName1()` overload"]
120 fn get_before_sound_event_name1(self) -> ::unity::Il2CppString {
121 unsafe {
122 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
123 ::unity::il2cpp_call!((::unity::module_base()+0x277d5f0usize)as*mut u8, ::unity::Il2CppString;
124(MovieDefineData)__receiver)
125 }
126 }
127 #[doc = "`set_BeforeSoundEventName1(::unity::Il2CppString)` overload"]
128 fn set_before_sound_event_name1(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
129 unsafe {
130 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
131 ::unity::il2cpp_call!((::unity::module_base()+0x277d600usize)as*mut u8,();
132(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
133 }
134 }
135 #[doc = "`get_BeforeSoundEventName2()` overload"]
136 fn get_before_sound_event_name2(self) -> ::unity::Il2CppString {
137 unsafe {
138 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
139 ::unity::il2cpp_call!((::unity::module_base()+0x277d610usize)as*mut u8, ::unity::Il2CppString;
140(MovieDefineData)__receiver)
141 }
142 }
143 #[doc = "`set_BeforeSoundEventName2(::unity::Il2CppString)` overload"]
144 fn set_before_sound_event_name2(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
145 unsafe {
146 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
147 ::unity::il2cpp_call!((::unity::module_base()+0x277d620usize)as*mut u8,();
148(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
149 }
150 }
151 #[doc = "`get_BeforeSoundEventName3()` overload"]
152 fn get_before_sound_event_name3(self) -> ::unity::Il2CppString {
153 unsafe {
154 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
155 ::unity::il2cpp_call!((::unity::module_base()+0x277d630usize)as*mut u8, ::unity::Il2CppString;
156(MovieDefineData)__receiver)
157 }
158 }
159 #[doc = "`set_BeforeSoundEventName3(::unity::Il2CppString)` overload"]
160 fn set_before_sound_event_name3(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
161 unsafe {
162 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
163 ::unity::il2cpp_call!((::unity::module_base()+0x277d640usize)as*mut u8,();
164(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
165 }
166 }
167 #[doc = "`get_AfterSoundEventName1()` overload"]
168 fn get_after_sound_event_name1(self) -> ::unity::Il2CppString {
169 unsafe {
170 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
171 ::unity::il2cpp_call!((::unity::module_base()+0x277d650usize)as*mut u8, ::unity::Il2CppString;
172(MovieDefineData)__receiver)
173 }
174 }
175 #[doc = "`set_AfterSoundEventName1(::unity::Il2CppString)` overload"]
176 fn set_after_sound_event_name1(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
177 unsafe {
178 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
179 ::unity::il2cpp_call!((::unity::module_base()+0x277d660usize)as*mut u8,();
180(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
181 }
182 }
183 #[doc = "`get_AfterSoundEventName2()` overload"]
184 fn get_after_sound_event_name2(self) -> ::unity::Il2CppString {
185 unsafe {
186 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
187 ::unity::il2cpp_call!((::unity::module_base()+0x277d670usize)as*mut u8, ::unity::Il2CppString;
188(MovieDefineData)__receiver)
189 }
190 }
191 #[doc = "`set_AfterSoundEventName2(::unity::Il2CppString)` overload"]
192 fn set_after_sound_event_name2(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
193 unsafe {
194 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
195 ::unity::il2cpp_call!((::unity::module_base()+0x277d680usize)as*mut u8,();
196(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
197 }
198 }
199 #[doc = "`get_AfterSoundEventName3()` overload"]
200 fn get_after_sound_event_name3(self) -> ::unity::Il2CppString {
201 unsafe {
202 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
203 ::unity::il2cpp_call!((::unity::module_base()+0x277d690usize)as*mut u8, ::unity::Il2CppString;
204(MovieDefineData)__receiver)
205 }
206 }
207 #[doc = "`set_AfterSoundEventName3(::unity::Il2CppString)` overload"]
208 fn set_after_sound_event_name3(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
209 unsafe {
210 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
211 ::unity::il2cpp_call!((::unity::module_base()+0x277d6a0usize)as*mut u8,();
212(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
213 }
214 }
215 #[doc = "`get_MessFileName()` overload"]
216 fn get_mess_file_name(self) -> ::unity::Il2CppString {
217 unsafe {
218 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
219 ::unity::il2cpp_call!((::unity::module_base()+0x277d6b0usize)as*mut u8, ::unity::Il2CppString;
220(MovieDefineData)__receiver)
221 }
222 }
223 #[doc = "`set_MessFileName(::unity::Il2CppString)` overload"]
224 fn set_mess_file_name(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
225 unsafe {
226 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
227 ::unity::il2cpp_call!((::unity::module_base()+0x277d6c0usize)as*mut u8,();
228(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
229 }
230 }
231 #[doc = "`get_DLCDirectoryName()` overload"]
232 fn get_dlc_directory_name(self) -> ::unity::Il2CppString {
233 unsafe {
234 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
235 ::unity::il2cpp_call!((::unity::module_base()+0x277d6d0usize)as*mut u8, ::unity::Il2CppString;
236(MovieDefineData)__receiver)
237 }
238 }
239 #[doc = "`set_DLCDirectoryName(::unity::Il2CppString)` overload"]
240 fn set_dlc_directory_name(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
241 unsafe {
242 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
243 ::unity::il2cpp_call!((::unity::module_base()+0x277d6e0usize)as*mut u8,();
244(MovieDefineData)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
245 }
246 }
247 #[doc = "`.ctor()` overload"]
248 fn ctor(self) -> () {
249 unsafe {
250 let __receiver = <MovieDefineData as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
251 ::unity::il2cpp_call!((::unity::module_base()+0x277d6f0usize)as*mut u8,();
252(MovieDefineData)__receiver)
253 }
254 }
255}
256
257#[cfg(feature = "app-moviedefinedata")]
258impl<__T: IMovieDefineData> IMovieDefineDataMethods for __T {}
259
260#[cfg(feature = "app-moviedefinedata")]
261impl MovieDefineData {
262 pub fn get_movie_file_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
263 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
264 }
265
266 pub fn set_movie_file_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
267 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
268 }
269
270 pub fn get_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
271 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
272 }
273
274 pub fn set_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
275 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
276 }
277
278 pub fn get_help_method_info() -> &'static ::unity::il2cpp::MethodInfo {
279 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
280 }
281
282 pub fn set_help_method_info() -> &'static ::unity::il2cpp::MethodInfo {
283 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
284 }
285
286 pub fn get_condition_method_info() -> &'static ::unity::il2cpp::MethodInfo {
287 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
288 }
289
290 pub fn set_condition_method_info() -> &'static ::unity::il2cpp::MethodInfo {
291 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
292 }
293
294 pub fn get_no_method_info() -> &'static ::unity::il2cpp::MethodInfo {
295 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
296 }
297
298 pub fn set_no_method_info() -> &'static ::unity::il2cpp::MethodInfo {
299 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
300 }
301
302 pub fn get_before_sound_event_name1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
303 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
304 }
305
306 pub fn set_before_sound_event_name1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
307 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
308 }
309
310 pub fn get_before_sound_event_name2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
311 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
312 }
313
314 pub fn set_before_sound_event_name2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
315 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
316 }
317
318 pub fn get_before_sound_event_name3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
319 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
320 }
321
322 pub fn set_before_sound_event_name3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
323 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
324 }
325
326 pub fn get_after_sound_event_name1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
327 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
328 }
329
330 pub fn set_after_sound_event_name1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
331 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
332 }
333
334 pub fn get_after_sound_event_name2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
335 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
336 }
337
338 pub fn set_after_sound_event_name2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
339 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
340 }
341
342 pub fn get_after_sound_event_name3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
343 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
344 }
345
346 pub fn set_after_sound_event_name3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
347 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
348 }
349
350 pub fn get_mess_file_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
351 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[22]
352 }
353
354 pub fn set_mess_file_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
355 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[23]
356 }
357
358 pub fn get_dlc_directory_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
359 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
360 }
361
362 pub fn set_dlc_directory_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
363 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[25]
364 }
365
366 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
367 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[26]
368 }
369
370 pub fn load_method_info() -> &'static ::unity::il2cpp::MethodInfo {
371 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[27]
372 }
373}
374
375#[cfg(feature = "app-moviedefinedata")]
376impl MovieDefineData {
377 #[doc = "`.ctor()` — no args"]
378 pub fn new() -> Self {
379 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
380 panic!(
381 "{}
382::{}
383 failed to instantiate",
384 ::core::stringify!(MovieDefineData),
385 ::core::stringify!(new),
386 )
387 });
388 <Self as IMovieDefineDataMethods>::ctor(this);
389 this
390 }
391}
392
393#[cfg(feature = "app-moviedefinedata")]
394#[doc(hidden)]
395pub mod prelude {
396 pub use super::{IMovieDefineData, IMovieDefineDataMethods, MovieDefineData};
397 #[cfg(feature = "app-structbase")]
398 pub use crate::app::structbase::IStructBaseMethods;
399 #[cfg(feature = "app-structdata_1")]
400 pub use crate::app::structdata_1::IStructData_1Methods;
401 #[cfg(feature = "app-structtemplate_1")]
402 pub use crate::app::structtemplate_1::IStructTemplate_1Methods;
403 #[cfg(feature = "system-object")]
404 pub use crate::system::object::IObjectMethods;
405 pub use crate::{
406 app::{structbase::IStructBase, structdata_1::IStructData_1, structtemplate_1::IStructTemplate_1},
407 system::object::IObject,
408 };
409}