1#[cfg(feature = "app-mess-types")]
4mod __types {
5 #[allow(unused_imports)] use ::unity::prelude::*;
6
7 use super::*;
8 use crate::system::{
9 object::{IObject, Object},
10 r#enum::{Enum, IEnum},
11 valuetype::{IValueType, ValueType},
12 };
13
14 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess_TagID_Picture.md"))]
15 #[repr(C)]
16 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
17 pub struct Mess_TagID_Picture {
18 pub value: i32,
19 }
20 impl ::unity::ClassIdentity for Mess_TagID_Picture {
21 const NAME: &'static str = "Mess.TagID_Picture";
22 const NAMESPACE: &'static str = "App";
23
24 fn class() -> ::unity::Class {
25 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
26 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
27 }
28 }
29 impl ::unity::IlType for Mess_TagID_Picture {
30 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
31 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
32 }
33 }
34 impl Mess_TagID_Picture {
35 pub fn show() -> Self {
36 Self { value: 0 }
37 }
38
39 pub fn hide() -> Self {
40 Self { value: 1 }
41 }
42 }
43
44 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess_ArgScope.md"))]
45 #[repr(C)]
46 #[derive(::core::clone::Clone, ::core::marker::Copy)]
47 pub struct Mess_ArgScope {
48 pub current: ::unity::Array<::unity::Il2CppString>,
49 }
50 impl ::unity::ClassIdentity for Mess_ArgScope {
51 const NAME: &'static str = "Mess.ArgScope";
52 const NAMESPACE: &'static str = "App";
53
54 fn class() -> ::unity::Class {
55 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
56 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
57 }
58 }
59 impl ::unity::IlType for Mess_ArgScope {
60 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
61 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
62 }
63 }
64
65 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess_LanguageScope.md"))]
66 #[repr(C)]
67 #[derive(::core::clone::Clone, ::core::marker::Copy)]
68 pub struct Mess_LanguageScope {
69 pub m_count: i32,
70 pub m_name: ::unity::Il2CppString,
71 pub m_lang: crate::app::language::Language_Langs,
72 }
73 impl ::unity::ClassIdentity for Mess_LanguageScope {
74 const NAME: &'static str = "Mess.LanguageScope";
75 const NAMESPACE: &'static str = "App";
76
77 fn class() -> ::unity::Class {
78 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
79 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
80 }
81 }
82 impl ::unity::IlType for Mess_LanguageScope {
83 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
84 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
85 }
86 }
87
88 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess_TagGroup.md"))]
89 #[repr(C)]
90 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
91 pub struct Mess_TagGroup {
92 pub value: i32,
93 }
94 impl ::unity::ClassIdentity for Mess_TagGroup {
95 const NAME: &'static str = "Mess.TagGroup";
96 const NAMESPACE: &'static str = "App";
97
98 fn class() -> ::unity::Class {
99 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
100 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
101 }
102 }
103 impl ::unity::IlType for Mess_TagGroup {
104 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
105 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
106 }
107 }
108 impl Mess_TagGroup {
109 pub fn system() -> Self {
110 Self { value: 0 }
111 }
112
113 pub fn arg() -> Self {
114 Self { value: 1 }
115 }
116
117 pub fn talk_type() -> Self {
118 Self { value: 2 }
119 }
120
121 pub fn window() -> Self {
122 Self { value: 3 }
123 }
124
125 pub fn wait() -> Self {
126 Self { value: 4 }
127 }
128
129 pub fn expression() -> Self {
130 Self { value: 5 }
131 }
132
133 pub fn name() -> Self {
134 Self { value: 6 }
135 }
136
137 pub fn fade() -> Self {
138 Self { value: 7 }
139 }
140
141 pub fn icon() -> Self {
142 Self { value: 8 }
143 }
144
145 pub fn text() -> Self {
146 Self { value: 9 }
147 }
148
149 pub fn localize() -> Self {
150 Self { value: 10 }
151 }
152
153 pub fn picture() -> Self {
154 Self { value: 11 }
155 }
156 }
157
158 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess_ReloadFileInfo.md"))]
159 #[::unity::class(namespace = "App", name = "Mess.ReloadFileInfo")]
160 #[parent(crate::system::object::Object)]
161 pub struct Mess_ReloadFileInfo {
162 #[offset(16)]
163 #[rename(name = "m_fileName")]
164 pub m_file_name: ::unity::Il2CppString,
165 #[offset(24)]
166 #[rename(name = "m_refCount")]
167 pub m_ref_count: i32,
168 }
169
170 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess_TagID_Name.md"))]
171 #[repr(C)]
172 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
173 pub struct Mess_TagID_Name {
174 pub value: i32,
175 }
176 impl ::unity::ClassIdentity for Mess_TagID_Name {
177 const NAME: &'static str = "Mess.TagID_Name";
178 const NAMESPACE: &'static str = "App";
179
180 fn class() -> ::unity::Class {
181 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
182 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
183 }
184 }
185 impl ::unity::IlType for Mess_TagID_Name {
186 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
187 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
188 }
189 }
190 impl Mess_TagID_Name {
191 pub fn replace() -> Self {
192 Self { value: 0 }
193 }
194
195 pub fn publish() -> Self {
196 Self { value: 1 }
197 }
198
199 pub fn private() -> Self {
200 Self { value: 2 }
201 }
202
203 pub fn user() -> Self {
204 Self { value: 3 }
205 }
206
207 pub fn partner() -> Self {
208 Self { value: 4 }
209 }
210
211 pub fn mascot() -> Self {
212 Self { value: 5 }
213 }
214 }
215
216 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess_TagID_Arg.md"))]
217 #[repr(C)]
218 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
219 pub struct Mess_TagID_Arg {
220 pub value: i32,
221 }
222 impl ::unity::ClassIdentity for Mess_TagID_Arg {
223 const NAME: &'static str = "Mess.TagID_Arg";
224 const NAMESPACE: &'static str = "App";
225
226 fn class() -> ::unity::Class {
227 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
228 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
229 }
230 }
231 impl ::unity::IlType for Mess_TagID_Arg {
232 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
233 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
234 }
235 }
236 impl Mess_TagID_Arg {
237 pub fn arg0() -> Self {
238 Self { value: 0 }
239 }
240
241 pub fn arg1() -> Self {
242 Self { value: 1 }
243 }
244
245 pub fn arg2() -> Self {
246 Self { value: 2 }
247 }
248
249 pub fn arg3() -> Self {
250 Self { value: 3 }
251 }
252
253 pub fn arg4() -> Self {
254 Self { value: 4 }
255 }
256
257 pub fn arg5() -> Self {
258 Self { value: 5 }
259 }
260
261 pub fn arg6() -> Self {
262 Self { value: 6 }
263 }
264
265 pub fn arg7() -> Self {
266 Self { value: 7 }
267 }
268
269 pub fn arg_b() -> Self {
270 Self { value: 8 }
271 }
272
273 pub fn arg_bs() -> Self {
274 Self { value: 9 }
275 }
276
277 pub fn arg_b_uncap() -> Self {
278 Self { value: 10 }
279 }
280
281 pub fn arg_bs_uncap() -> Self {
282 Self { value: 11 }
283 }
284
285 pub fn arg_max() -> Self {
286 Self { value: 8 }
287 }
288 }
289
290 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess_TagID_Localize.md"))]
291 #[repr(C)]
292 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
293 pub struct Mess_TagID_Localize {
294 pub value: i32,
295 }
296 impl ::unity::ClassIdentity for Mess_TagID_Localize {
297 const NAME: &'static str = "Mess.TagID_Localize";
298 const NAMESPACE: &'static str = "App";
299
300 fn class() -> ::unity::Class {
301 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
302 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
303 }
304 }
305 impl ::unity::IlType for Mess_TagID_Localize {
306 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
307 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
308 }
309 }
310 impl Mess_TagID_Localize {
311 pub fn mf_tag() -> Self {
312 Self { value: 0 }
313 }
314
315 pub fn uncap() -> Self {
316 Self { value: 1 }
317 }
318
319 pub fn c_nthird() -> Self {
320 Self { value: 2 }
321 }
322
323 pub fn t_wthird() -> Self {
324 Self { value: 3 }
325 }
326
327 pub fn k_rppn01() -> Self {
328 Self { value: 4 }
329 }
330
331 pub fn k_rppn02() -> Self {
332 Self { value: 5 }
333 }
334 }
335
336 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess.md"))]
337 #[::unity::class(namespace = "App", name = "Mess")]
338 #[parent(crate::system::object::Object)]
339 pub struct Mess {
340 #[static_field]
341 #[rename(name = "CharSize")]
342 pub char_size: i32,
343 #[static_field]
344 #[rename(name = "ShiftIn")]
345 pub shift_in: u16,
346 #[static_field]
347 #[rename(name = "ShiftOut")]
348 pub shift_out: u16,
349 #[static_field]
350 #[rename(name = "NotFoundText")]
351 pub not_found_text: ::unity::Il2CppString,
352 #[static_field]
353 #[rename(name = "FileName_HubCommon")]
354 pub file_name_hub_common: ::unity::Il2CppString,
355 #[static_field]
356 #[rename(name = "FileNameHeader_Reliance")]
357 pub file_name_header_reliance: ::unity::Il2CppString,
358 #[static_field]
359 #[rename(name = "FileNameHeader_GodReliance")]
360 pub file_name_header_god_reliance: ::unity::Il2CppString,
361 #[static_field]
362 #[rename(name = "FileNameHeader_MainScenario")]
363 pub file_name_header_main_scenario: ::unity::Il2CppString,
364 #[static_field]
365 #[rename(name = "FileNameHeader_SideScenario")]
366 pub file_name_header_side_scenario: ::unity::Il2CppString,
367 #[static_field]
368 #[rename(name = "FileNameHeader_GodScenario")]
369 pub file_name_header_god_scenario: ::unity::Il2CppString,
370 #[static_field]
371 #[rename(name = "FileNameHeader_EvilScenario")]
372 pub file_name_header_evil_scenario: ::unity::Il2CppString,
373 #[static_field]
374 #[rename(name = "LabelHeader_Reliance")]
375 pub label_header_reliance: ::unity::Il2CppString,
376 #[static_field]
377 #[rename(name = "LabelHeader_GodReliance")]
378 pub label_header_god_reliance: ::unity::Il2CppString,
379 #[static_field]
380 #[rename(name = "LabelHeader_Die")]
381 pub label_header_die: ::unity::Il2CppString,
382 #[static_field]
383 #[rename(name = "LabelHeader_Hub")]
384 pub label_header_hub: ::unity::Il2CppString,
385 #[static_field]
386 #[rename(name = "ReplaceStr_DefaultHeroName")]
387 pub replace_str_default_hero_name: ::unity::Il2CppString,
388 #[static_field]
389 #[rename(name = "ReplaceStr_DefaultMorphName")]
390 pub replace_str_default_morph_name: ::unity::Il2CppString,
391 #[static_field]
392 #[rename(name = "ReplaceStr_DefaultMascotName")]
393 pub replace_str_default_mascot_name: ::unity::Il2CppString,
394 #[static_field]
395 #[rename(name = "ReplaceStr_CNThirdTagMale")]
396 pub replace_str_cn_third_tag_male: ::unity::Il2CppString,
397 #[static_field]
398 #[rename(name = "ReplaceStr_CNThirdTagFemale")]
399 pub replace_str_cn_third_tag_female: ::unity::Il2CppString,
400 #[static_field]
401 #[rename(name = "ReplaceStr_TWThirdTagMale")]
402 pub replace_str_tw_third_tag_male: ::unity::Il2CppString,
403 #[static_field]
404 #[rename(name = "ReplaceStr_TWThirdTagFemale")]
405 pub replace_str_tw_third_tag_female: ::unity::Il2CppString,
406 #[static_field]
407 #[rename(name = "ReplaceStr_Bracelet")]
408 pub replace_str_bracelet: ::unity::Il2CppString,
409 #[static_field]
410 #[rename(name = "ReplaceStr_Bracelets")]
411 pub replace_str_bracelets: ::unity::Il2CppString,
412 #[static_field]
413 #[rename(name = "ReplaceStr_Bracelet_UNCAP")]
414 pub replace_str_bracelet_uncap: ::unity::Il2CppString,
415 #[static_field]
416 #[rename(name = "ReplaceStr_Bracelets_UNCAP")]
417 pub replace_str_bracelets_uncap: ::unity::Il2CppString,
418 #[static_field]
419 #[rename(name = "s_messFileDictionary")]
420 pub s_mess_file_dictionary:
421 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, crate::app::msgfile::MsgFile>,
422 #[static_field]
423 #[rename(name = "s_soundCmdFileDictionary")]
424 pub s_sound_cmd_file_dictionary:
425 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, crate::app::msgfile::MsgFile>,
426 #[static_field]
427 #[rename(name = "s_eventCmdFileDictionary")]
428 pub s_event_cmd_file_dictionary:
429 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, crate::app::msgfile::MsgFile>,
430 #[static_field]
431 #[rename(name = "s_messDataDictionary")]
432 pub s_mess_data_dictionary: crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::IntPtr>,
433 #[static_field]
434 #[rename(name = "s_soundCmdDataDictionary")]
435 pub s_sound_cmd_data_dictionary: crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::IntPtr>,
436 #[static_field]
437 #[rename(name = "s_eventCmdDataDictionary")]
438 pub s_event_cmd_data_dictionary: crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::IntPtr>,
439 #[static_field]
440 #[rename(name = "s_pathDictionary")]
441 pub s_path_dictionary: crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::Il2CppString>,
442 #[static_field]
443 #[rename(name = "s_checkStack")]
444 pub s_check_stack: crate::system::collections::generic::stack_1::Stack_1<
445 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, i32>,
446 >,
447 #[static_field]
448 #[rename(name = "s_mess")]
449 pub s_mess: ::unity::Il2CppString,
450 #[static_field]
451 #[rename(name = "s_isBody")]
452 pub s_is_body: bool,
453 #[static_field]
454 #[rename(name = "s_isStrToLower")]
455 pub s_is_str_to_lower: bool,
456 #[static_field]
457 #[rename(name = "s_isNesting")]
458 pub s_is_nesting: bool,
459 #[static_field]
460 #[rename(name = "ArgMax")]
461 pub arg_max: i32,
462 #[static_field]
463 #[rename(name = "ArgStack")]
464 pub arg_stack: i32,
465 #[static_field]
466 #[rename(name = "s_argArray")]
467 pub s_arg_array: ::unity::Array<::unity::Il2CppString>,
468 #[static_field]
469 #[rename(name = "s_argStack")]
470 pub s_arg_stack: crate::system::collections::generic::stack_1::Stack_1<::unity::Array<::unity::Il2CppString>>,
471 #[static_field]
472 #[rename(name = "s_partnerPid")]
473 pub s_partner_pid: ::unity::Il2CppString,
474 #[static_field]
475 #[rename(name = "s_spriteAssetHandleDictionary")]
476 pub s_sprite_asset_handle_dictionary:
477 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, crate::app::resourcehandle_2::ResourceHandle_2>,
478 }
479
480 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess_IconCategory.md"))]
481 #[repr(C)]
482 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
483 pub struct Mess_IconCategory {
484 pub value: i32,
485 }
486 impl ::unity::ClassIdentity for Mess_IconCategory {
487 const NAME: &'static str = "Mess.IconCategory";
488 const NAMESPACE: &'static str = "App";
489
490 fn class() -> ::unity::Class {
491 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
492 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
493 }
494 }
495 impl ::unity::IlType for Mess_IconCategory {
496 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
497 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
498 }
499 }
500 impl Mess_IconCategory {
501 pub fn item() -> Self {
502 Self { value: 0 }
503 }
504
505 pub fn skill() -> Self {
506 Self { value: 1 }
507 }
508
509 pub fn system() -> Self {
510 Self { value: 2 }
511 }
512
513 pub fn god_symbol_engrave() -> Self {
514 Self { value: 3 }
515 }
516 }
517
518 #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/app/mess/Mess_TagID_Text.md"))]
519 #[repr(C)]
520 #[derive(::core::clone::Clone, ::core::marker::Copy, ::core::fmt::Debug, ::core::cmp::PartialEq, ::core::cmp::Eq)]
521 pub struct Mess_TagID_Text {
522 pub value: i32,
523 }
524 impl ::unity::ClassIdentity for Mess_TagID_Text {
525 const NAME: &'static str = "Mess.TagID_Text";
526 const NAMESPACE: &'static str = "App";
527
528 fn class() -> ::unity::Class {
529 static CACHE: ::std::sync::OnceLock<::unity::Class> = ::std::sync::OnceLock::new();
530 *CACHE.get_or_init(|| ::unity::Class::lookup(Self::NAMESPACE, Self::NAME))
531 }
532 }
533 impl ::unity::IlType for Mess_TagID_Text {
534 fn il_type() -> &'static ::unity::il2cpp::Il2CppType {
535 &<Self as ::unity::ClassIdentity>::class().raw()._1.byval_arg
536 }
537 }
538 impl Mess_TagID_Text {
539 pub fn space() -> Self {
540 Self { value: 0 }
541 }
542 }
543}
544
545#[cfg(feature = "app-mess-types")]
546pub use __types::*;
547
548#[cfg(feature = "app-mess")]
549impl Mess_ArgScope {
550 #[doc = "`.ctor(i32)` overload"]
551 pub fn ctor(&mut self, dummy: impl ::core::convert::Into<i32>) -> () {
552 unsafe {
553 ::unity::il2cpp_call!((::unity::module_base()+0x208ded0usize)as*mut u8,();
554(*mut Mess_ArgScope)self as*mut Mess_ArgScope,(i32)::core::convert::Into::into(dummy))
555 }
556 }
557
558 #[doc = "`Dispose()` overload"]
559 pub fn dispose(&mut self) -> () {
560 unsafe {
561 ::unity::il2cpp_call!((::unity::module_base()+0x208df90usize)as*mut u8,();
562(*mut Mess_ArgScope)self as*mut Mess_ArgScope)
563 }
564 }
565}
566
567#[cfg(feature = "app-mess")]
568impl Mess_ArgScope {
569 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
570 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
571 }
572
573 pub fn dispose_method_info() -> &'static ::unity::il2cpp::MethodInfo {
574 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
575 }
576}
577
578#[cfg(feature = "app-mess")]
579impl Mess_LanguageScope {
580 #[doc = "`.ctor(::unity::Il2CppString, crate::app::language::Language_Langs)` overload"]
581 pub fn ctor(
582 &mut self,
583 name: impl ::core::convert::Into<::unity::Il2CppString>,
584 lang: impl ::core::convert::Into<crate::app::language::Language_Langs>,
585 ) -> () {
586 unsafe {
587 ::unity::il2cpp_call!((::unity::module_base()+0x208e060usize)as*mut u8,();
588(*mut Mess_LanguageScope)self as*mut Mess_LanguageScope,(::unity::Il2CppString)::core::convert::Into::into(name),(crate::app::language::Language_Langs)::core::convert::Into::into(lang))
589 }
590 }
591
592 #[doc = "`Dispose()` overload"]
593 pub fn dispose(&mut self) -> () {
594 unsafe {
595 ::unity::il2cpp_call!((::unity::module_base()+0x208e330usize)as*mut u8,();
596(*mut Mess_LanguageScope)self as*mut Mess_LanguageScope)
597 }
598 }
599}
600
601#[cfg(feature = "app-mess")]
602impl Mess_LanguageScope {
603 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
604 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
605 }
606
607 pub fn dispose_method_info() -> &'static ::unity::il2cpp::MethodInfo {
608 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
609 }
610}
611
612#[cfg(feature = "app-mess")]
613pub trait IMess_ReloadFileInfoMethods: IMess_ReloadFileInfo {
614 #[doc = "`.ctor(::unity::Il2CppString, i32)` overload"]
615 fn ctor(self, file_name: impl ::core::convert::Into<::unity::Il2CppString>, ref_count: impl ::core::convert::Into<i32>) -> () {
616 unsafe {
617 let __receiver = <Mess_ReloadFileInfo as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
618 ::unity::il2cpp_call!((::unity::module_base()+0x208e470usize)as*mut u8,();
619(Mess_ReloadFileInfo)__receiver,(::unity::Il2CppString)::core::convert::Into::into(file_name),(i32)::core::convert::Into::into(ref_count))
620 }
621 }
622}
623
624#[cfg(feature = "app-mess")]
625impl<__T: IMess_ReloadFileInfo> IMess_ReloadFileInfoMethods for __T {}
626
627#[cfg(feature = "app-mess")]
628impl Mess_ReloadFileInfo {
629 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
630 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
631 }
632}
633
634#[cfg(feature = "app-mess")]
635impl Mess_ReloadFileInfo {
636 #[doc = "`.ctor(::unity::Il2CppString, i32)` — overload selector"]
637 pub fn new(file_name: ::unity::Il2CppString, ref_count: i32) -> Self {
638 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
639 panic!(
640 "{}
641::{}
642 failed to instantiate",
643 ::core::stringify!(Mess_ReloadFileInfo),
644 ::core::stringify!(new),
645 )
646 });
647 <Self as IMess_ReloadFileInfoMethods>::ctor(this, file_name, ref_count);
648 this
649 }
650}
651
652#[cfg(feature = "app-mess")]
653impl Mess {
654 #[doc = "`Initialize()` overload"]
655 pub fn initialize() -> () {
656 unsafe {
657 ::unity::il2cpp_call!((::unity::module_base()+0x25d2750usize)as*mut u8,();
658 )
659 }
660 }
661
662 #[doc = "`UpdateReplaceStr()` overload"]
663 pub fn update_replace_str() -> () {
664 unsafe {
665 ::unity::il2cpp_call!((::unity::module_base()+0x25d3f20usize)as*mut u8,();
666 )
667 }
668 }
669
670 #[doc = "`LoadSpriteAsset()` overload"]
671 pub fn load_sprite_asset() -> () {
672 unsafe {
673 ::unity::il2cpp_call!((::unity::module_base()+0x25d4500usize)as*mut u8,();
674 )
675 }
676 }
677
678 #[doc = "`LoadSpriteAsset(::unity::Il2CppString)` overload"]
679 pub fn load_sprite_asset_2(sprite_asset_name: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
680 unsafe {
681 ::unity::il2cpp_call!((::unity::module_base()+0x25d4740usize)as*mut u8,();
682(::unity::Il2CppString)::core::convert::Into::into(sprite_asset_name))
683 }
684 }
685
686 #[doc = "`IsSpriteExistInSpriteAsset(::unity::Il2CppString, ::unity::Il2CppString)` overload"]
687 pub fn is_sprite_exist_in_sprite_asset(
688 sprite_asset_name: impl ::core::convert::Into<::unity::Il2CppString>,
689 sprite_name: impl ::core::convert::Into<::unity::Il2CppString>,
690 ) -> bool {
691 unsafe {
692 ::unity::il2cpp_call!((::unity::module_base()+0x25d48b0usize)as*mut u8,bool;
693(::unity::Il2CppString)::core::convert::Into::into(sprite_asset_name),(::unity::Il2CppString)::core::convert::Into::into(sprite_name))
694 }
695 }
696
697 #[doc = "`GetItemSpriteAssetsName(crate::app::itemdata::ItemData)` overload"]
698 pub fn get_item_sprite_assets_name(item: impl ::core::convert::Into<crate::app::itemdata::ItemData>) -> ::unity::Il2CppString {
699 unsafe {
700 ::unity::il2cpp_call!((::unity::module_base()+0x25d4a20usize)as*mut u8, ::unity::Il2CppString;
701(crate::app::itemdata::ItemData)::core::convert::Into::into(item))
702 }
703 }
704
705 #[doc = "`GetSkillSpriteAssetsName(crate::app::skilldata::SkillData)` overload"]
706 pub fn get_skill_sprite_assets_name(skill: impl ::core::convert::Into<crate::app::skilldata::SkillData>) -> ::unity::Il2CppString {
707 unsafe {
708 ::unity::il2cpp_call!((::unity::module_base()+0x25d4bf0usize)as*mut u8, ::unity::Il2CppString;
709(crate::app::skilldata::SkillData)::core::convert::Into::into(skill))
710 }
711 }
712
713 #[doc = "`GetSystemSpriteAssetsName(::unity::Il2CppString)` overload"]
714 pub fn get_system_sprite_assets_name(icon_name: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
715 unsafe {
716 ::unity::il2cpp_call!((::unity::module_base()+0x25d4dc0usize)as*mut u8, ::unity::Il2CppString;
717(::unity::Il2CppString)::core::convert::Into::into(icon_name))
718 }
719 }
720
721 #[doc = "`GetGodSymbolEngraveSpriteAssetsName(::unity::Il2CppString)` overload"]
722 pub fn get_god_symbol_engrave_sprite_assets_name(icon_name: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
723 unsafe {
724 ::unity::il2cpp_call!((::unity::module_base()+0x25d4eb0usize)as*mut u8, ::unity::Il2CppString;
725(::unity::Il2CppString)::core::convert::Into::into(icon_name))
726 }
727 }
728
729 #[doc = "`OnSpriteAssetRequestCallback(i32, ::unity::Il2CppString)` overload"]
730 pub fn on_sprite_asset_request_callback(
731 arg: impl ::core::convert::Into<i32>,
732 sprite_asset_name: impl ::core::convert::Into<::unity::Il2CppString>,
733 ) -> crate::tm_pro::tmp_spriteasset::TMP_SpriteAsset {
734 unsafe {
735 ::unity::il2cpp_call!((::unity::module_base()+0x25d5020usize)as*mut u8,crate::tm_pro::tmp_spriteasset::TMP_SpriteAsset;
736(i32)::core::convert::Into::into(arg),(::unity::Il2CppString)::core::convert::Into::into(sprite_asset_name))
737 }
738 }
739
740 #[doc = "`PushCheck()` overload"]
741 pub fn push_check() -> () {
742 unsafe {
743 ::unity::il2cpp_call!((::unity::module_base()+0x25d5140usize)as*mut u8,();
744 )
745 }
746 }
747
748 #[doc = "`PopCheck()` overload"]
749 pub fn pop_check() -> () {
750 unsafe {
751 ::unity::il2cpp_call!((::unity::module_base()+0x25d5340usize)as*mut u8,();
752 )
753 }
754 }
755
756 #[doc = "`Load(::unity::Il2CppString)` overload"]
757 pub fn load(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
758 unsafe {
759 ::unity::il2cpp_call!((::unity::module_base()+0x25d3e40usize)as*mut u8,bool;
760(::unity::Il2CppString)::core::convert::Into::into(file_name))
761 }
762 }
763
764 #[doc = "`TryLoad(::unity::Il2CppString)` overload"]
765 pub fn try_load(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
766 unsafe {
767 ::unity::il2cpp_call!((::unity::module_base()+0x25d3eb0usize)as*mut u8,bool;
768(::unity::Il2CppString)::core::convert::Into::into(file_name))
769 }
770 }
771
772 #[doc = "`LoadImpl(::unity::Il2CppString, bool)` overload"]
773 pub fn load_impl(file_name: impl ::core::convert::Into<::unity::Il2CppString>, is_warning: impl ::core::convert::Into<bool>) -> bool {
774 unsafe {
775 ::unity::il2cpp_call!((::unity::module_base()+0x25d54f0usize)as*mut u8,bool;
776(::unity::Il2CppString)::core::convert::Into::into(file_name),(bool)::core::convert::Into::into(is_warning))
777 }
778 }
779
780 #[doc = "`LoadImpl(::unity::Il2CppString, *mutcrate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString,crate::app::msgfile::MsgFile>, *mutcrate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString,::unity::IntPtr>, bool)` overload"]
781 pub fn load_impl_2(
782 file_path: impl ::core::convert::Into<::unity::Il2CppString>,
783 is_warning: impl ::core::convert::Into<bool>,
784 ) -> (
785 bool,
786 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, crate::app::msgfile::MsgFile>,
787 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::IntPtr>,
788 ) {
789 unsafe {
790 let mut __out_0 = ::core::mem::MaybeUninit::<
791 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, crate::app::msgfile::MsgFile>,
792 >::uninit();
793 let mut __out_1 = ::core::mem::MaybeUninit::<
794 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::IntPtr>,
795 >::uninit();
796 let __ret = {
797 ::unity::il2cpp_call!((::unity::module_base()+0x25d58a0usize)as*mut u8,bool;
798(::unity::Il2CppString)::core::convert::Into::into(file_path),(*mut crate::system::collections::generic::dictionary_2::Dictionary_2< ::unity::Il2CppString,crate::app::msgfile::MsgFile>)__out_0.as_mut_ptr(),(*mut crate::system::collections::generic::dictionary_2::Dictionary_2< ::unity::Il2CppString, ::unity::IntPtr>)__out_1.as_mut_ptr(),(bool)::core::convert::Into::into(is_warning))
799 };
800 (__ret, __out_0.assume_init(), __out_1.assume_init())
801 }
802 }
803
804 #[doc = "`Free(::unity::Il2CppString)` overload"]
805 pub fn free(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
806 unsafe {
807 ::unity::il2cpp_call!((::unity::module_base()+0x25d5d80usize)as*mut u8,bool;
808(::unity::Il2CppString)::core::convert::Into::into(file_name))
809 }
810 }
811
812 #[doc = "`TryFree(::unity::Il2CppString)` overload"]
813 pub fn try_free(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
814 unsafe {
815 ::unity::il2cpp_call!((::unity::module_base()+0x25d5ed0usize)as*mut u8,bool;
816(::unity::Il2CppString)::core::convert::Into::into(file_name))
817 }
818 }
819
820 #[doc = "`FreeImpl(::unity::Il2CppString, bool)` overload"]
821 pub fn free_impl(file_name: impl ::core::convert::Into<::unity::Il2CppString>, is_warning: impl ::core::convert::Into<bool>) -> bool {
822 unsafe {
823 ::unity::il2cpp_call!((::unity::module_base()+0x25d5df0usize)as*mut u8,bool;
824(::unity::Il2CppString)::core::convert::Into::into(file_name),(bool)::core::convert::Into::into(is_warning))
825 }
826 }
827
828 #[doc = "`GetReference(::unity::Il2CppString)` overload"]
829 pub fn get_reference(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> i32 {
830 unsafe {
831 ::unity::il2cpp_call!((::unity::module_base()+0x25d6140usize)as*mut u8,i32;
832(::unity::Il2CppString)::core::convert::Into::into(file_name))
833 }
834 }
835
836 #[doc = "`FreeImpl(::unity::Il2CppString, *mutcrate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString,crate::app::msgfile::MsgFile>, *mutcrate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString,::unity::IntPtr>, bool)` overload"]
837 pub fn free_impl_2(
838 file_name: impl ::core::convert::Into<::unity::Il2CppString>,
839 is_warning: impl ::core::convert::Into<bool>,
840 ) -> (
841 bool,
842 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, crate::app::msgfile::MsgFile>,
843 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::IntPtr>,
844 ) {
845 unsafe {
846 let mut __out_0 = ::core::mem::MaybeUninit::<
847 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, crate::app::msgfile::MsgFile>,
848 >::uninit();
849 let mut __out_1 = ::core::mem::MaybeUninit::<
850 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::IntPtr>,
851 >::uninit();
852 let __ret = {
853 ::unity::il2cpp_call!((::unity::module_base()+0x25d5f40usize)as*mut u8,bool;
854(::unity::Il2CppString)::core::convert::Into::into(file_name),(*mut crate::system::collections::generic::dictionary_2::Dictionary_2< ::unity::Il2CppString,crate::app::msgfile::MsgFile>)__out_0.as_mut_ptr(),(*mut crate::system::collections::generic::dictionary_2::Dictionary_2< ::unity::Il2CppString, ::unity::IntPtr>)__out_1.as_mut_ptr(),(bool)::core::convert::Into::into(is_warning))
855 };
856 (__ret, __out_0.assume_init(), __out_1.assume_init())
857 }
858 }
859
860 #[doc = "`Reload()` overload"]
861 pub fn reload() -> () {
862 unsafe {
863 ::unity::il2cpp_call!((::unity::module_base()+0x25d6200usize)as*mut u8,();
864 )
865 }
866 }
867
868 #[doc = "`IsLoadDone(::unity::Il2CppString)` overload"]
869 pub fn is_load_done(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
870 unsafe {
871 ::unity::il2cpp_call!((::unity::module_base()+0x25d67f0usize)as*mut u8,bool;
872(::unity::Il2CppString)::core::convert::Into::into(file_name))
873 }
874 }
875
876 #[doc = "`IsFileExist(::unity::Il2CppString)` overload"]
877 pub fn is_file_exist(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
878 unsafe {
879 ::unity::il2cpp_call!((::unity::module_base()+0x25d6880usize)as*mut u8,bool;
880(::unity::Il2CppString)::core::convert::Into::into(file_name))
881 }
882 }
883
884 #[doc = "`IsHeroFemale()` overload"]
885 pub fn is_hero_female() -> bool {
886 unsafe {
887 ::unity::il2cpp_call!((::unity::module_base()+0x25d6930usize)as*mut u8,bool;
888 )
889 }
890 }
891
892 #[doc = "`GetLanguageDirectoryName()` overload"]
893 pub fn get_language_directory_name() -> ::unity::Il2CppString {
894 unsafe {
895 ::unity::il2cpp_call!((::unity::module_base()+0x25d6ac0usize)as*mut u8, ::unity::Il2CppString;
896 )
897 }
898 }
899
900 #[doc = "`CreateMessFilePath(::unity::Il2CppString)` overload"]
901 pub fn create_mess_file_path(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
902 unsafe {
903 ::unity::il2cpp_call!((::unity::module_base()+0x25d5670usize)as*mut u8, ::unity::Il2CppString;
904(::unity::Il2CppString)::core::convert::Into::into(file_name))
905 }
906 }
907
908 #[doc = "`CreateSoundCmdFilePath(::unity::Il2CppString)` overload"]
909 pub fn create_sound_cmd_file_path(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
910 unsafe {
911 ::unity::il2cpp_call!((::unity::module_base()+0x25d5ca0usize)as*mut u8, ::unity::Il2CppString;
912(::unity::Il2CppString)::core::convert::Into::into(file_name))
913 }
914 }
915
916 #[doc = "`CreateEventCmdFilePath(::unity::Il2CppString)` overload"]
917 pub fn create_event_cmd_file_path(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
918 unsafe {
919 ::unity::il2cpp_call!((::unity::module_base()+0x25d5d10usize)as*mut u8, ::unity::Il2CppString;
920(::unity::Il2CppString)::core::convert::Into::into(file_name))
921 }
922 }
923
924 #[doc = "`GetFilePath(::unity::Il2CppString)` overload"]
925 pub fn get_file_path(label: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
926 unsafe {
927 ::unity::il2cpp_call!((::unity::module_base()+0x25d6c50usize)as*mut u8, ::unity::Il2CppString;
928(::unity::Il2CppString)::core::convert::Into::into(label))
929 }
930 }
931
932 #[doc = "`GetMsgFile(::unity::Il2CppString)` overload"]
933 pub fn get_msg_file(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> crate::app::msgfile::MsgFile {
934 unsafe {
935 ::unity::il2cpp_call!((::unity::module_base()+0x25d6d70usize)as*mut u8,crate::app::msgfile::MsgFile;
936(::unity::Il2CppString)::core::convert::Into::into(file_name))
937 }
938 }
939
940 #[doc = "`IsMainReleaseScenarioMessFile(::unity::Il2CppString)` overload"]
941 pub fn is_main_release_scenario_mess_file(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
942 unsafe {
943 ::unity::il2cpp_call!((::unity::module_base()+0x25d6e10usize)as*mut u8,bool;
944(::unity::Il2CppString)::core::convert::Into::into(file_name))
945 }
946 }
947
948 #[doc = "`IsDLCScenarioMessFile(::unity::Il2CppString)` overload"]
949 pub fn is_dlc_scenario_mess_file(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
950 unsafe {
951 ::unity::il2cpp_call!((::unity::module_base()+0x25d6ef0usize)as*mut u8,bool;
952(::unity::Il2CppString)::core::convert::Into::into(file_name))
953 }
954 }
955
956 #[doc = "`IsRelianceMessFile(::unity::Il2CppString)` overload"]
957 pub fn is_reliance_mess_file(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
958 unsafe {
959 ::unity::il2cpp_call!((::unity::module_base()+0x25d6fd0usize)as*mut u8,bool;
960(::unity::Il2CppString)::core::convert::Into::into(file_name))
961 }
962 }
963
964 #[doc = "`IsGodRelianceMessFile(::unity::Il2CppString)` overload"]
965 pub fn is_god_reliance_mess_file(file_name: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
966 unsafe {
967 ::unity::il2cpp_call!((::unity::module_base()+0x25d7060usize)as*mut u8,bool;
968(::unity::Il2CppString)::core::convert::Into::into(file_name))
969 }
970 }
971
972 #[doc = "`DumpFile()` overload"]
973 pub fn dump_file() -> () {
974 unsafe {
975 ::unity::il2cpp_call!((::unity::module_base()+0x25d70f0usize)as*mut u8,();
976 )
977 }
978 }
979
980 #[doc = "`DumpLabel()` overload"]
981 pub fn dump_label() -> () {
982 unsafe {
983 ::unity::il2cpp_call!((::unity::module_base()+0x25d7220usize)as*mut u8,();
984 )
985 }
986 }
987
988 #[doc = "`GetAllLabel()` overload"]
989 pub fn get_all_label() -> crate::system::collections::generic::list_1::List_1<::unity::Il2CppString> {
990 unsafe {
991 ::unity::il2cpp_call!((::unity::module_base()+0x25d7500usize)as*mut u8,crate::system::collections::generic::list_1::List_1< ::unity::Il2CppString> ;
992 )
993 }
994 }
995
996 #[doc = "`Get(::unity::Il2CppString)` overload"]
997 pub fn get(label: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
998 unsafe {
999 ::unity::il2cpp_call!((::unity::module_base()+0x25c9240usize)as*mut u8, ::unity::Il2CppString;
1000(::unity::Il2CppString)::core::convert::Into::into(label))
1001 }
1002 }
1003
1004 #[doc = "`Get(::unity::Il2CppString, ::unity::Il2CppString)` overload"]
1005 pub fn get_2(
1006 label: impl ::core::convert::Into<::unity::Il2CppString>,
1007 arg0: impl ::core::convert::Into<::unity::Il2CppString>,
1008 ) -> ::unity::Il2CppString {
1009 unsafe {
1010 ::unity::il2cpp_call!((::unity::module_base()+0x25d4410usize)as*mut u8, ::unity::Il2CppString;
1011(::unity::Il2CppString)::core::convert::Into::into(label),(::unity::Il2CppString)::core::convert::Into::into(arg0))
1012 }
1013 }
1014
1015 #[doc = "`Get(::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString)` overload"]
1016 pub fn get_3(
1017 label: impl ::core::convert::Into<::unity::Il2CppString>,
1018 arg0: impl ::core::convert::Into<::unity::Il2CppString>,
1019 arg1: impl ::core::convert::Into<::unity::Il2CppString>,
1020 ) -> ::unity::Il2CppString {
1021 unsafe {
1022 ::unity::il2cpp_call!((::unity::module_base()+0x25d78a0usize)as*mut u8, ::unity::Il2CppString;
1023(::unity::Il2CppString)::core::convert::Into::into(label),(::unity::Il2CppString)::core::convert::Into::into(arg0),(::unity::Il2CppString)::core::convert::Into::into(arg1))
1024 }
1025 }
1026
1027 #[doc = "`Get(::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString)` overload"]
1028 pub fn get_4(
1029 label: impl ::core::convert::Into<::unity::Il2CppString>,
1030 arg0: impl ::core::convert::Into<::unity::Il2CppString>,
1031 arg1: impl ::core::convert::Into<::unity::Il2CppString>,
1032 arg2: impl ::core::convert::Into<::unity::Il2CppString>,
1033 ) -> ::unity::Il2CppString {
1034 unsafe {
1035 ::unity::il2cpp_call!((::unity::module_base()+0x25d7a00usize)as*mut u8, ::unity::Il2CppString;
1036(::unity::Il2CppString)::core::convert::Into::into(label),(::unity::Il2CppString)::core::convert::Into::into(arg0),(::unity::Il2CppString)::core::convert::Into::into(arg1),(::unity::Il2CppString)::core::convert::Into::into(arg2))
1037 }
1038 }
1039
1040 #[doc = "`Get(::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>)` overload"]
1041 pub fn get_5(
1042 label: impl ::core::convert::Into<::unity::Il2CppString>,
1043 args: impl ::core::convert::Into<::unity::Array<::unity::Il2CppString>>,
1044 ) -> ::unity::Il2CppString {
1045 unsafe {
1046 ::unity::il2cpp_call!((::unity::module_base()+0x25d7bd0usize)as*mut u8, ::unity::Il2CppString;
1047(::unity::Il2CppString)::core::convert::Into::into(label),(::unity::Array< ::unity::Il2CppString>)::core::convert::Into::into(args))
1048 }
1049 }
1050
1051 #[doc = "`TryGetReplace(::unity::Il2CppString)` overload"]
1052 pub fn try_get_replace(label: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
1053 unsafe {
1054 ::unity::il2cpp_call!((::unity::module_base()+0x25d7d80usize)as*mut u8, ::unity::Il2CppString;
1055(::unity::Il2CppString)::core::convert::Into::into(label))
1056 }
1057 }
1058
1059 #[doc = "`GetIntPtr(::unity::Il2CppString)` overload"]
1060 pub fn get_int_ptr(label: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::IntPtr {
1061 unsafe {
1062 ::unity::il2cpp_call!((::unity::module_base()+0x25d7f90usize)as*mut u8, ::unity::IntPtr;
1063(::unity::Il2CppString)::core::convert::Into::into(label))
1064 }
1065 }
1066
1067 #[doc = "`GetImpl(::unity::Il2CppString, bool)` overload"]
1068 pub fn get_impl(label: impl ::core::convert::Into<::unity::Il2CppString>, is_replace: impl ::core::convert::Into<bool>) -> ::unity::Il2CppString {
1069 unsafe {
1070 ::unity::il2cpp_call!((::unity::module_base()+0x25d76c0usize)as*mut u8, ::unity::Il2CppString;
1071(::unity::Il2CppString)::core::convert::Into::into(label),(bool)::core::convert::Into::into(is_replace))
1072 }
1073 }
1074
1075 #[doc = "`GetSoundCmdText(::unity::Il2CppString)` overload"]
1076 pub fn get_sound_cmd_text(label: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
1077 unsafe {
1078 ::unity::il2cpp_call!((::unity::module_base()+0x25d8560usize)as*mut u8, ::unity::Il2CppString;
1079(::unity::Il2CppString)::core::convert::Into::into(label))
1080 }
1081 }
1082
1083 #[doc = "`GetSoundCmdText(::unity::Il2CppString, *mut::unity::Il2CppString, *mut::unity::Il2CppString)` overload"]
1084 pub fn get_sound_cmd_text_2(label: impl ::core::convert::Into<::unity::Il2CppString>) -> (bool, ::unity::Il2CppString, ::unity::Il2CppString) {
1085 unsafe {
1086 let mut __out_0 = ::core::mem::MaybeUninit::<::unity::Il2CppString>::uninit();
1087 let mut __out_1 = ::core::mem::MaybeUninit::<::unity::Il2CppString>::uninit();
1088 let __ret = {
1089 ::unity::il2cpp_call!((::unity::module_base()+0x25d86b0usize)as*mut u8,bool;
1090(::unity::Il2CppString)::core::convert::Into::into(label),(*mut::unity::Il2CppString)__out_0.as_mut_ptr(),(*mut::unity::Il2CppString)__out_1.as_mut_ptr())
1091 };
1092 (__ret, __out_0.assume_init(), __out_1.assume_init())
1093 }
1094 }
1095
1096 #[doc = "`GetEventCmdText(::unity::Il2CppString)` overload"]
1097 pub fn get_event_cmd_text(label: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
1098 unsafe {
1099 ::unity::il2cpp_call!((::unity::module_base()+0x25d8820usize)as*mut u8, ::unity::Il2CppString;
1100(::unity::Il2CppString)::core::convert::Into::into(label))
1101 }
1102 }
1103
1104 #[doc = "`GetEventCmdText(::unity::Il2CppString, *mut::unity::Il2CppString, *mut::unity::Il2CppString)` overload"]
1105 pub fn get_event_cmd_text_2(label: impl ::core::convert::Into<::unity::Il2CppString>) -> (bool, ::unity::Il2CppString, ::unity::Il2CppString) {
1106 unsafe {
1107 let mut __out_0 = ::core::mem::MaybeUninit::<::unity::Il2CppString>::uninit();
1108 let mut __out_1 = ::core::mem::MaybeUninit::<::unity::Il2CppString>::uninit();
1109 let __ret = {
1110 ::unity::il2cpp_call!((::unity::module_base()+0x25d88a0usize)as*mut u8,bool;
1111(::unity::Il2CppString)::core::convert::Into::into(label),(*mut::unity::Il2CppString)__out_0.as_mut_ptr(),(*mut::unity::Il2CppString)__out_1.as_mut_ptr())
1112 };
1113 (__ret, __out_0.assume_init(), __out_1.assume_init())
1114 }
1115 }
1116
1117 #[doc = "`GetCmdImpl(::unity::Il2CppString, crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString,::unity::IntPtr>)` overload"]
1118 pub fn get_cmd_impl(
1119 label: impl ::core::convert::Into<::unity::Il2CppString>,
1120 data_dictionary: impl ::core::convert::Into<
1121 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::IntPtr>,
1122 >,
1123 ) -> ::unity::Il2CppString {
1124 unsafe {
1125 ::unity::il2cpp_call!((::unity::module_base()+0x25d85e0usize)as*mut u8, ::unity::Il2CppString;
1126(::unity::Il2CppString)::core::convert::Into::into(label),(crate::system::collections::generic::dictionary_2::Dictionary_2< ::unity::Il2CppString, ::unity::IntPtr>)::core::convert::Into::into(data_dictionary))
1127 }
1128 }
1129
1130 #[doc = "`GetCmdImpl(::unity::Il2CppString, crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString,::unity::IntPtr>, *mut::unity::Il2CppString, *mut::unity::Il2CppString)` overload"]
1131 pub fn get_cmd_impl_2(
1132 label: impl ::core::convert::Into<::unity::Il2CppString>,
1133 data_dictionary: impl ::core::convert::Into<
1134 crate::system::collections::generic::dictionary_2::Dictionary_2<::unity::Il2CppString, ::unity::IntPtr>,
1135 >,
1136 ) -> (bool, ::unity::Il2CppString, ::unity::Il2CppString) {
1137 unsafe {
1138 let mut __out_0 = ::core::mem::MaybeUninit::<::unity::Il2CppString>::uninit();
1139 let mut __out_1 = ::core::mem::MaybeUninit::<::unity::Il2CppString>::uninit();
1140 let __ret = {
1141 ::unity::il2cpp_call!((::unity::module_base()+0x25d8740usize)as*mut u8,bool;
1142(::unity::Il2CppString)::core::convert::Into::into(label),(crate::system::collections::generic::dictionary_2::Dictionary_2< ::unity::Il2CppString, ::unity::IntPtr>)::core::convert::Into::into(data_dictionary),(*mut::unity::Il2CppString)__out_0.as_mut_ptr(),(*mut::unity::Il2CppString)__out_1.as_mut_ptr())
1143 };
1144 (__ret, __out_0.assume_init(), __out_1.assume_init())
1145 }
1146 }
1147
1148 #[doc = "`IsExist(::unity::Il2CppString)` overload"]
1149 pub fn is_exist(label: impl ::core::convert::Into<::unity::Il2CppString>) -> bool {
1150 unsafe {
1151 ::unity::il2cpp_call!((::unity::module_base()+0x25d8b20usize)as*mut u8,bool;
1152(::unity::Il2CppString)::core::convert::Into::into(label))
1153 }
1154 }
1155
1156 #[doc = "`IsNesting()` overload"]
1157 pub fn is_nesting() -> bool {
1158 unsafe {
1159 ::unity::il2cpp_call!((::unity::module_base()+0x25d8bb0usize)as*mut u8,bool;
1160 )
1161 }
1162 }
1163
1164 #[doc = "`GetString(::unity::Il2CppString, ::unity::IntPtr, bool)` overload"]
1165 pub fn get_string(
1166 label: impl ::core::convert::Into<::unity::Il2CppString>,
1167 p_mess_data: impl ::core::convert::Into<::unity::IntPtr>,
1168 is_replace: impl ::core::convert::Into<bool>,
1169 ) -> ::unity::Il2CppString {
1170 unsafe {
1171 ::unity::il2cpp_call!((::unity::module_base()+0x25d8040usize)as*mut u8, ::unity::Il2CppString;
1172(::unity::Il2CppString)::core::convert::Into::into(label),(::unity::IntPtr)::core::convert::Into::into(p_mess_data),(bool)::core::convert::Into::into(is_replace))
1173 }
1174 }
1175
1176 #[doc = "`ReadChar(::unity::IntPtr, i32)` overload"]
1177 pub fn read_char(p: impl ::core::convert::Into<::unity::IntPtr>, offset: impl ::core::convert::Into<i32>) -> u16 {
1178 unsafe {
1179 ::unity::il2cpp_call!((::unity::module_base()+0x25d8c20usize)as*mut u8,u16;
1180(::unity::IntPtr)::core::convert::Into::into(p),(i32)::core::convert::Into::into(offset))
1181 }
1182 }
1183
1184 #[doc = "`CalcTalkStringTotalWidth(::unity::Il2CppString)` overload"]
1185 pub fn calc_talk_string_total_width(mess_str: impl ::core::convert::Into<::unity::Il2CppString>) -> f32 {
1186 unsafe {
1187 ::unity::il2cpp_call!((::unity::module_base()+0x25d9100usize)as*mut u8,f32;
1188(::unity::Il2CppString)::core::convert::Into::into(mess_str))
1189 }
1190 }
1191
1192 #[doc = "`CalcWaitMsecForTalkAutoPlay(::unity::Il2CppString)` overload"]
1193 pub fn calc_wait_msec_for_talk_auto_play(mess_str: impl ::core::convert::Into<::unity::Il2CppString>) -> f32 {
1194 unsafe {
1195 ::unity::il2cpp_call!((::unity::module_base()+0x25d9210usize)as*mut u8,f32;
1196(::unity::Il2CppString)::core::convert::Into::into(mess_str))
1197 }
1198 }
1199
1200 #[doc = "`SplitCmd(::unity::Il2CppString, *mut::unity::Il2CppString, *mut::unity::Il2CppString)` overload"]
1201 pub fn split_cmd(cmd: impl ::core::convert::Into<::unity::Il2CppString>) -> (bool, ::unity::Il2CppString, ::unity::Il2CppString) {
1202 unsafe {
1203 let mut __out_0 = ::core::mem::MaybeUninit::<::unity::Il2CppString>::uninit();
1204 let mut __out_1 = ::core::mem::MaybeUninit::<::unity::Il2CppString>::uninit();
1205 let __ret = {
1206 ::unity::il2cpp_call!((::unity::module_base()+0x25d8930usize)as*mut u8,bool;
1207(::unity::Il2CppString)::core::convert::Into::into(cmd),(*mut::unity::Il2CppString)__out_0.as_mut_ptr(),(*mut::unity::Il2CppString)__out_1.as_mut_ptr())
1208 };
1209 (__ret, __out_0.assume_init(), __out_1.assume_init())
1210 }
1211 }
1212
1213 #[doc = "`AddTagString(u16, u16, ::unity::Array<u8>)` overload"]
1214 pub fn add_tag_string(
1215 tag_group_id: impl ::core::convert::Into<u16>,
1216 tag_id: impl ::core::convert::Into<u16>,
1217 param: impl ::core::convert::Into<::unity::Array<u8>>,
1218 ) -> () {
1219 unsafe {
1220 ::unity::il2cpp_call!((::unity::module_base()+0x25d8cf0usize)as*mut u8,();
1221(u16)::core::convert::Into::into(tag_group_id),(u16)::core::convert::Into::into(tag_id),(::unity::Array<u8>)::core::convert::Into::into(param))
1222 }
1223 }
1224
1225 #[doc = "`ReplaceArgString(crate::app::mess::Mess_TagID_Arg)` overload"]
1226 pub fn replace_arg_string(tag_id: impl ::core::convert::Into<crate::app::mess::Mess_TagID_Arg>) -> () {
1227 unsafe {
1228 ::unity::il2cpp_call!((::unity::module_base()+0x25d9290usize)as*mut u8,();
1229(crate::app::mess::Mess_TagID_Arg)::core::convert::Into::into(tag_id))
1230 }
1231 }
1232
1233 #[doc = "`AddTagString_Localize(u16, ::unity::Array<u8>)` overload"]
1234 pub fn add_tag_string_localize(tag_id: impl ::core::convert::Into<u16>, param: impl ::core::convert::Into<::unity::Array<u8>>) -> () {
1235 unsafe {
1236 ::unity::il2cpp_call!((::unity::module_base()+0x25d9830usize)as*mut u8,();
1237(u16)::core::convert::Into::into(tag_id),(::unity::Array<u8>)::core::convert::Into::into(param))
1238 }
1239 }
1240
1241 #[doc = "`IsPatchim1(u16)` overload"]
1242 pub fn is_patchim1(c: impl ::core::convert::Into<u16>) -> bool {
1243 unsafe {
1244 ::unity::il2cpp_call!((::unity::module_base()+0x25d9da0usize)as*mut u8,bool;
1245(u16)::core::convert::Into::into(c))
1246 }
1247 }
1248
1249 #[doc = "`IsPatchim2(u16)` overload"]
1250 pub fn is_patchim2(c: impl ::core::convert::Into<u16>) -> bool {
1251 unsafe {
1252 ::unity::il2cpp_call!((::unity::module_base()+0x25d9ee0usize)as*mut u8,bool;
1253(u16)::core::convert::Into::into(c))
1254 }
1255 }
1256
1257 #[doc = "`IsPatchimStrCode(i32, bool)` overload"]
1258 pub fn is_patchim_str_code(chr_code: impl ::core::convert::Into<i32>, is_without2: impl ::core::convert::Into<bool>) -> bool {
1259 unsafe {
1260 ::unity::il2cpp_call!((::unity::module_base()+0x25da020usize)as*mut u8,bool;
1261(i32)::core::convert::Into::into(chr_code),(bool)::core::convert::Into::into(is_without2))
1262 }
1263 }
1264
1265 #[doc = "`SetArgument(i32, i32)` overload"]
1266 pub fn set_argument(index: impl ::core::convert::Into<i32>, value: impl ::core::convert::Into<i32>) -> () {
1267 unsafe {
1268 ::unity::il2cpp_call!((::unity::module_base()+0x25da0d0usize)as*mut u8,();
1269(i32)::core::convert::Into::into(index),(i32)::core::convert::Into::into(value))
1270 }
1271 }
1272
1273 #[doc = "`SetArgument(i32, ::unity::Il2CppString)` overload"]
1274 pub fn set_argument_2(index: impl ::core::convert::Into<i32>, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1275 unsafe {
1276 ::unity::il2cpp_call!((::unity::module_base()+0x25d77c0usize)as*mut u8,();
1277(i32)::core::convert::Into::into(index),(::unity::Il2CppString)::core::convert::Into::into(value))
1278 }
1279 }
1280
1281 #[doc = "`ClearArgument()` overload"]
1282 pub fn clear_argument() -> () {
1283 unsafe {
1284 ::unity::il2cpp_call!((::unity::module_base()+0x25d39f0usize)as*mut u8,();
1285 )
1286 }
1287 }
1288
1289 #[doc = "`GetArgument(i32)` overload"]
1290 pub fn get_argument(index: impl ::core::convert::Into<i32>) -> ::unity::Il2CppString {
1291 unsafe {
1292 ::unity::il2cpp_call!((::unity::module_base()+0x25da160usize)as*mut u8, ::unity::Il2CppString;
1293(i32)::core::convert::Into::into(index))
1294 }
1295 }
1296
1297 #[doc = "`get_NewArgScope()` overload"]
1298 pub fn get_new_arg_scope() -> crate::app::mess::Mess_ArgScope {
1299 unsafe {
1300 ::unity::il2cpp_call!((::unity::module_base()+0x25da1f0usize)as*mut u8,crate::app::mess::Mess_ArgScope;
1301 )
1302 }
1303 }
1304
1305 #[doc = "`CreateSpaceTag(u32)` overload"]
1306 pub fn create_space_tag(pixel: impl ::core::convert::Into<u32>) -> ::unity::Il2CppString {
1307 unsafe {
1308 ::unity::il2cpp_call!((::unity::module_base()+0x25d97a0usize)as*mut u8, ::unity::Il2CppString;
1309(u32)::core::convert::Into::into(pixel))
1310 }
1311 }
1312
1313 #[doc = "`CreateSpriteTag(crate::app::mess::Mess_IconCategory, ::unity::Il2CppString)` overload"]
1314 pub fn create_sprite_tag(
1315 icon_category: impl ::core::convert::Into<crate::app::mess::Mess_IconCategory>,
1316 kind_name: impl ::core::convert::Into<::unity::Il2CppString>,
1317 ) -> ::unity::Il2CppString {
1318 unsafe {
1319 ::unity::il2cpp_call!((::unity::module_base()+0x25d94d0usize)as*mut u8, ::unity::Il2CppString;
1320(crate::app::mess::Mess_IconCategory)::core::convert::Into::into(icon_category),(::unity::Il2CppString)::core::convert::Into::into(kind_name))
1321 }
1322 }
1323
1324 #[doc = "`CreateSpriteTag(::unity::Il2CppString, ::unity::Il2CppString)` overload"]
1325 pub fn create_sprite_tag_2(
1326 sprite_asset_name: impl ::core::convert::Into<::unity::Il2CppString>,
1327 icon_name: impl ::core::convert::Into<::unity::Il2CppString>,
1328 ) -> ::unity::Il2CppString {
1329 unsafe {
1330 ::unity::il2cpp_call!((::unity::module_base()+0x25da540usize)as*mut u8, ::unity::Il2CppString;
1331(::unity::Il2CppString)::core::convert::Into::into(sprite_asset_name),(::unity::Il2CppString)::core::convert::Into::into(icon_name))
1332 }
1333 }
1334
1335 #[doc = "`CreateItemSpriteTag(crate::app::itemdata::ItemData, bool)` overload"]
1336 pub fn create_item_sprite_tag(
1337 item: impl ::core::convert::Into<crate::app::itemdata::ItemData>,
1338 for_system: impl ::core::convert::Into<bool>,
1339 ) -> ::unity::Il2CppString {
1340 unsafe {
1341 ::unity::il2cpp_call!((::unity::module_base()+0x25da220usize)as*mut u8, ::unity::Il2CppString;
1342(crate::app::itemdata::ItemData)::core::convert::Into::into(item),(bool)::core::convert::Into::into(for_system))
1343 }
1344 }
1345
1346 #[doc = "`CreateSkillSpriteTag(crate::app::skilldata::SkillData)` overload"]
1347 pub fn create_skill_sprite_tag(skill: impl ::core::convert::Into<crate::app::skilldata::SkillData>) -> ::unity::Il2CppString {
1348 unsafe {
1349 ::unity::il2cpp_call!((::unity::module_base()+0x25da3d0usize)as*mut u8, ::unity::Il2CppString;
1350(crate::app::skilldata::SkillData)::core::convert::Into::into(skill))
1351 }
1352 }
1353
1354 #[doc = "`CreateSystemSpriteTag(::unity::Il2CppString)` overload"]
1355 pub fn create_system_sprite_tag(icon_name: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
1356 unsafe {
1357 ::unity::il2cpp_call!((::unity::module_base()+0x25da460usize)as*mut u8, ::unity::Il2CppString;
1358(::unity::Il2CppString)::core::convert::Into::into(icon_name))
1359 }
1360 }
1361
1362 #[doc = "`CreateGodSymbleEngraveSpriteTag(::unity::Il2CppString)` overload"]
1363 pub fn create_god_symble_engrave_sprite_tag(icon_name: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
1364 unsafe {
1365 ::unity::il2cpp_call!((::unity::module_base()+0x25da4d0usize)as*mut u8, ::unity::Il2CppString;
1366(::unity::Il2CppString)::core::convert::Into::into(icon_name))
1367 }
1368 }
1369
1370 #[doc = "`SetPartnerPID(::unity::Il2CppString)` overload"]
1371 pub fn set_partner_pid(pid: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
1372 unsafe {
1373 ::unity::il2cpp_call!((::unity::module_base()+0x25da7b0usize)as*mut u8,();
1374(::unity::Il2CppString)::core::convert::Into::into(pid))
1375 }
1376 }
1377
1378 #[doc = "`GetPartnerPID()` overload"]
1379 pub fn get_partner_pid() -> ::unity::Il2CppString {
1380 unsafe {
1381 ::unity::il2cpp_call!((::unity::module_base()+0x25da830usize)as*mut u8, ::unity::Il2CppString;
1382 )
1383 }
1384 }
1385
1386 #[doc = "`GetPartnerName()` overload"]
1387 pub fn get_partner_name() -> ::unity::Il2CppString {
1388 unsafe {
1389 ::unity::il2cpp_call!((::unity::module_base()+0x25da8a0usize)as*mut u8, ::unity::Il2CppString;
1390 )
1391 }
1392 }
1393
1394 #[doc = "`GetGameDataName(::unity::Il2CppString)` overload"]
1395 pub fn get_game_data_name(value: impl ::core::convert::Into<::unity::Il2CppString>) -> ::unity::Il2CppString {
1396 unsafe {
1397 ::unity::il2cpp_call!((::unity::module_base()+0x25daae0usize)as*mut u8, ::unity::Il2CppString;
1398(::unity::Il2CppString)::core::convert::Into::into(value))
1399 }
1400 }
1401
1402 #[doc = "`.cctor()` overload"]
1403 pub fn cctor() -> () {
1404 unsafe {
1405 ::unity::il2cpp_call!((::unity::module_base()+0x25dad50usize)as*mut u8,();
1406 )
1407 }
1408 }
1409}
1410
1411#[cfg(feature = "app-mess")]
1412pub trait IMessMethods: IMess {
1413 #[doc = "`.ctor()` overload"]
1414 fn ctor(self) -> () {
1415 unsafe {
1416 let __receiver = <Mess as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
1417 ::unity::il2cpp_call!((::unity::module_base()+0x25dad40usize)as*mut u8,();
1418(Mess)__receiver)
1419 }
1420 }
1421}
1422
1423#[cfg(feature = "app-mess")]
1424impl<__T: IMess> IMessMethods for __T {}
1425
1426#[cfg(feature = "app-mess")]
1427impl Mess {
1428 pub fn initialize_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1429 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
1430 }
1431
1432 pub fn update_replace_str_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1433 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
1434 }
1435
1436 pub fn load_sprite_asset_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1437 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
1438 }
1439
1440 pub fn load_sprite_asset_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1441 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
1442 }
1443
1444 pub fn is_sprite_exist_in_sprite_asset_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1445 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
1446 }
1447
1448 pub fn get_item_sprite_assets_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1449 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
1450 }
1451
1452 pub fn get_skill_sprite_assets_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1453 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
1454 }
1455
1456 pub fn get_system_sprite_assets_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1457 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
1458 }
1459
1460 pub fn get_god_symbol_engrave_sprite_assets_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1461 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
1462 }
1463
1464 pub fn on_sprite_asset_request_callback_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1465 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
1466 }
1467
1468 pub fn push_check_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1469 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
1470 }
1471
1472 pub fn pop_check_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1473 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
1474 }
1475
1476 pub fn load_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1477 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
1478 }
1479
1480 pub fn try_load_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1481 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
1482 }
1483
1484 pub fn load_impl_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1485 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
1486 }
1487
1488 pub fn load_impl_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1489 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
1490 }
1491
1492 pub fn free_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1493 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
1494 }
1495
1496 pub fn try_free_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1497 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
1498 }
1499
1500 pub fn free_impl_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1501 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
1502 }
1503
1504 pub fn get_reference_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1505 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
1506 }
1507
1508 pub fn free_impl_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1509 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
1510 }
1511
1512 pub fn reload_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1513 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
1514 }
1515
1516 pub fn is_load_done_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1517 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[22]
1518 }
1519
1520 pub fn is_file_exist_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1521 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[23]
1522 }
1523
1524 pub fn is_hero_female_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1525 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
1526 }
1527
1528 pub fn get_language_directory_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1529 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[25]
1530 }
1531
1532 pub fn create_mess_file_path_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1533 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[26]
1534 }
1535
1536 pub fn create_sound_cmd_file_path_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1537 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[27]
1538 }
1539
1540 pub fn create_event_cmd_file_path_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1541 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[28]
1542 }
1543
1544 pub fn get_file_path_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1545 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[29]
1546 }
1547
1548 pub fn get_msg_file_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1549 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[30]
1550 }
1551
1552 pub fn is_main_release_scenario_mess_file_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1553 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[31]
1554 }
1555
1556 pub fn is_dlc_scenario_mess_file_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1557 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[32]
1558 }
1559
1560 pub fn is_reliance_mess_file_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1561 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[33]
1562 }
1563
1564 pub fn is_god_reliance_mess_file_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1565 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[34]
1566 }
1567
1568 pub fn dump_file_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1569 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[35]
1570 }
1571
1572 pub fn dump_label_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1573 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[36]
1574 }
1575
1576 pub fn get_all_label_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1577 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[37]
1578 }
1579
1580 pub fn get_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1581 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[38]
1582 }
1583
1584 pub fn get_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1585 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[39]
1586 }
1587
1588 pub fn get_3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1589 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[40]
1590 }
1591
1592 pub fn get_4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1593 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[41]
1594 }
1595
1596 pub fn get_5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1597 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[42]
1598 }
1599
1600 pub fn try_get_replace_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1601 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[43]
1602 }
1603
1604 pub fn get_int_ptr_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1605 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[44]
1606 }
1607
1608 pub fn get_impl_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1609 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[45]
1610 }
1611
1612 pub fn get_sound_cmd_text_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1613 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[46]
1614 }
1615
1616 pub fn get_sound_cmd_text_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1617 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[47]
1618 }
1619
1620 pub fn get_event_cmd_text_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1621 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[48]
1622 }
1623
1624 pub fn get_event_cmd_text_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1625 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[49]
1626 }
1627
1628 pub fn get_cmd_impl_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1629 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[50]
1630 }
1631
1632 pub fn get_cmd_impl_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1633 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[51]
1634 }
1635
1636 pub fn is_exist_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1637 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[52]
1638 }
1639
1640 pub fn is_nesting_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1641 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[53]
1642 }
1643
1644 pub fn get_string_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1645 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[54]
1646 }
1647
1648 pub fn read_char_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1649 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[55]
1650 }
1651
1652 pub fn calc_talk_string_total_width_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1653 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[56]
1654 }
1655
1656 pub fn calc_wait_msec_for_talk_auto_play_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1657 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[57]
1658 }
1659
1660 pub fn split_cmd_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1661 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[58]
1662 }
1663
1664 pub fn add_tag_string_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1665 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[59]
1666 }
1667
1668 pub fn replace_arg_string_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1669 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[60]
1670 }
1671
1672 pub fn add_tag_string_localize_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1673 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[61]
1674 }
1675
1676 pub fn is_patchim1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1677 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[62]
1678 }
1679
1680 pub fn is_patchim2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1681 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[63]
1682 }
1683
1684 pub fn is_patchim_str_code_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1685 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[64]
1686 }
1687
1688 pub fn set_argument_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1689 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[65]
1690 }
1691
1692 pub fn set_argument_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1693 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[66]
1694 }
1695
1696 pub fn clear_argument_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1697 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[67]
1698 }
1699
1700 pub fn get_argument_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1701 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[68]
1702 }
1703
1704 pub fn get_new_arg_scope_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1705 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[69]
1706 }
1707
1708 pub fn create_space_tag_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1709 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[70]
1710 }
1711
1712 pub fn create_sprite_tag_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1713 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[71]
1714 }
1715
1716 pub fn create_sprite_tag_2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1717 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[72]
1718 }
1719
1720 pub fn create_item_sprite_tag_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1721 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[73]
1722 }
1723
1724 pub fn create_skill_sprite_tag_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1725 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[74]
1726 }
1727
1728 pub fn create_system_sprite_tag_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1729 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[75]
1730 }
1731
1732 pub fn create_god_symble_engrave_sprite_tag_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1733 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[76]
1734 }
1735
1736 pub fn set_partner_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1737 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[77]
1738 }
1739
1740 pub fn get_partner_pid_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1741 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[78]
1742 }
1743
1744 pub fn get_partner_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1745 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[79]
1746 }
1747
1748 pub fn get_game_data_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1749 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[80]
1750 }
1751
1752 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1753 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[81]
1754 }
1755
1756 pub fn cctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
1757 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[82]
1758 }
1759}
1760
1761#[cfg(feature = "app-mess")]
1762impl Mess {
1763 #[doc = "`.ctor()` — no args"]
1764 pub fn new() -> Self {
1765 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
1766 panic!(
1767 "{}
1768::{}
1769 failed to instantiate",
1770 ::core::stringify!(Mess),
1771 ::core::stringify!(new),
1772 )
1773 });
1774 <Self as IMessMethods>::ctor(this);
1775 this
1776 }
1777}
1778
1779#[cfg(feature = "app-mess")]
1780#[doc(hidden)]
1781pub mod prelude {
1782 pub use super::{
1783 IMess, IMessMethods, IMess_ReloadFileInfo, IMess_ReloadFileInfoMethods, Mess, Mess_ArgScope, Mess_IconCategory, Mess_LanguageScope,
1784 Mess_ReloadFileInfo, Mess_TagGroup, Mess_TagID_Arg, Mess_TagID_Localize, Mess_TagID_Name, Mess_TagID_Picture, Mess_TagID_Text,
1785 };
1786 #[cfg(feature = "system-object")]
1787 pub use crate::system::object::IObjectMethods;
1788 #[cfg(feature = "system-enum")]
1789 pub use crate::system::r#enum::IEnumMethods;
1790 #[cfg(feature = "system-valuetype")]
1791 pub use crate::system::valuetype::IValueTypeMethods;
1792 pub use crate::system::{object::IObject, r#enum::IEnum, valuetype::IValueType};
1793}