1#[cfg(feature = "combat-animsetdb-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/combat/animsetdb/AnimSetDB.md"))]
18 #[::unity::class(namespace = "Combat", name = "AnimSetDB")]
19 #[parent(crate::app::structdata_1::StructData_1<crate::combat::animsetdb::AnimSetDB>)]
20 pub struct AnimSetDB {}
21}
22
23#[cfg(feature = "combat-animsetdb-types")]
24pub use __types::*;
25
26#[cfg(feature = "combat-animsetdb")]
27impl AnimSetDB {
28 #[doc = "`Load()` overload"]
29 pub fn load() -> () {
30 unsafe {
31 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f5e0usize)as*mut u8,();
32 )
33 }
34 }
35}
36
37#[cfg(feature = "combat-animsetdb")]
38pub trait IAnimSetDBMethods: IAnimSetDB {
39 #[doc = "`get_Name()` overload"]
40 fn get_name(self) -> ::unity::Il2CppString {
41 unsafe {
42 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
43 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f140usize)as*mut u8, ::unity::Il2CppString;
44(AnimSetDB)__receiver)
45 }
46 }
47 #[doc = "`set_Name(::unity::Il2CppString)` overload"]
48 fn set_name(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
49 unsafe {
50 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
51 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f150usize)as*mut u8,();
52(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
53 }
54 }
55 #[doc = "`get_Attack1()` overload"]
56 fn get_attack1(self) -> ::unity::Il2CppString {
57 unsafe {
58 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
59 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f160usize)as*mut u8, ::unity::Il2CppString;
60(AnimSetDB)__receiver)
61 }
62 }
63 #[doc = "`set_Attack1(::unity::Il2CppString)` overload"]
64 fn set_attack1(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
65 unsafe {
66 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
67 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f170usize)as*mut u8,();
68(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
69 }
70 }
71 #[doc = "`get_Attack2()` overload"]
72 fn get_attack2(self) -> ::unity::Il2CppString {
73 unsafe {
74 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
75 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f180usize)as*mut u8, ::unity::Il2CppString;
76(AnimSetDB)__receiver)
77 }
78 }
79 #[doc = "`set_Attack2(::unity::Il2CppString)` overload"]
80 fn set_attack2(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
81 unsafe {
82 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
83 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f190usize)as*mut u8,();
84(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
85 }
86 }
87 #[doc = "`get_Attack3()` overload"]
88 fn get_attack3(self) -> ::unity::Il2CppString {
89 unsafe {
90 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
91 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f1a0usize)as*mut u8, ::unity::Il2CppString;
92(AnimSetDB)__receiver)
93 }
94 }
95 #[doc = "`set_Attack3(::unity::Il2CppString)` overload"]
96 fn set_attack3(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
97 unsafe {
98 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
99 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f1b0usize)as*mut u8,();
100(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
101 }
102 }
103 #[doc = "`get_Attack4()` overload"]
104 fn get_attack4(self) -> ::unity::Il2CppString {
105 unsafe {
106 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
107 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f1c0usize)as*mut u8, ::unity::Il2CppString;
108(AnimSetDB)__receiver)
109 }
110 }
111 #[doc = "`set_Attack4(::unity::Il2CppString)` overload"]
112 fn set_attack4(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
113 unsafe {
114 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
115 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f1d0usize)as*mut u8,();
116(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
117 }
118 }
119 #[doc = "`get_Attack5()` overload"]
120 fn get_attack5(self) -> ::unity::Il2CppString {
121 unsafe {
122 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
123 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f1e0usize)as*mut u8, ::unity::Il2CppString;
124(AnimSetDB)__receiver)
125 }
126 }
127 #[doc = "`set_Attack5(::unity::Il2CppString)` overload"]
128 fn set_attack5(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
129 unsafe {
130 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
131 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f1f0usize)as*mut u8,();
132(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
133 }
134 }
135 #[doc = "`get_AttackC()` overload"]
136 fn get_attack_c(self) -> ::unity::Il2CppString {
137 unsafe {
138 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
139 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f200usize)as*mut u8, ::unity::Il2CppString;
140(AnimSetDB)__receiver)
141 }
142 }
143 #[doc = "`set_AttackC(::unity::Il2CppString)` overload"]
144 fn set_attack_c(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
145 unsafe {
146 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
147 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f210usize)as*mut u8,();
148(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
149 }
150 }
151 #[doc = "`get_AttackT()` overload"]
152 fn get_attack_t(self) -> ::unity::Il2CppString {
153 unsafe {
154 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
155 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f220usize)as*mut u8, ::unity::Il2CppString;
156(AnimSetDB)__receiver)
157 }
158 }
159 #[doc = "`set_AttackT(::unity::Il2CppString)` overload"]
160 fn set_attack_t(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
161 unsafe {
162 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
163 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f230usize)as*mut u8,();
164(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
165 }
166 }
167 #[doc = "`get_DamageHigh()` overload"]
168 fn get_damage_high(self) -> ::unity::Il2CppString {
169 unsafe {
170 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
171 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f240usize)as*mut u8, ::unity::Il2CppString;
172(AnimSetDB)__receiver)
173 }
174 }
175 #[doc = "`set_DamageHigh(::unity::Il2CppString)` overload"]
176 fn set_damage_high(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
177 unsafe {
178 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
179 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f250usize)as*mut u8,();
180(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
181 }
182 }
183 #[doc = "`get_DamageMidB()` overload"]
184 fn get_damage_mid_b(self) -> ::unity::Il2CppString {
185 unsafe {
186 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
187 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f260usize)as*mut u8, ::unity::Il2CppString;
188(AnimSetDB)__receiver)
189 }
190 }
191 #[doc = "`set_DamageMidB(::unity::Il2CppString)` overload"]
192 fn set_damage_mid_b(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
193 unsafe {
194 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
195 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f270usize)as*mut u8,();
196(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
197 }
198 }
199 #[doc = "`get_DamageMidDU()` overload"]
200 fn get_damage_mid_du(self) -> ::unity::Il2CppString {
201 unsafe {
202 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
203 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f280usize)as*mut u8, ::unity::Il2CppString;
204(AnimSetDB)__receiver)
205 }
206 }
207 #[doc = "`set_DamageMidDU(::unity::Il2CppString)` overload"]
208 fn set_damage_mid_du(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
209 unsafe {
210 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
211 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f290usize)as*mut u8,();
212(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
213 }
214 }
215 #[doc = "`get_DamageMidUD()` overload"]
216 fn get_damage_mid_ud(self) -> ::unity::Il2CppString {
217 unsafe {
218 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
219 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f2a0usize)as*mut u8, ::unity::Il2CppString;
220(AnimSetDB)__receiver)
221 }
222 }
223 #[doc = "`set_DamageMidUD(::unity::Il2CppString)` overload"]
224 fn set_damage_mid_ud(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
225 unsafe {
226 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
227 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f2b0usize)as*mut u8,();
228(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
229 }
230 }
231 #[doc = "`get_DieB()` overload"]
232 fn get_die_b(self) -> ::unity::Il2CppString {
233 unsafe {
234 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
235 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f2c0usize)as*mut u8, ::unity::Il2CppString;
236(AnimSetDB)__receiver)
237 }
238 }
239 #[doc = "`set_DieB(::unity::Il2CppString)` overload"]
240 fn set_die_b(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
241 unsafe {
242 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
243 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f2d0usize)as*mut u8,();
244(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
245 }
246 }
247 #[doc = "`get_DieL()` overload"]
248 fn get_die_l(self) -> ::unity::Il2CppString {
249 unsafe {
250 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
251 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f2e0usize)as*mut u8, ::unity::Il2CppString;
252(AnimSetDB)__receiver)
253 }
254 }
255 #[doc = "`set_DieL(::unity::Il2CppString)` overload"]
256 fn set_die_l(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
257 unsafe {
258 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
259 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f2f0usize)as*mut u8,();
260(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
261 }
262 }
263 #[doc = "`get_DieR()` overload"]
264 fn get_die_r(self) -> ::unity::Il2CppString {
265 unsafe {
266 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
267 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f300usize)as*mut u8, ::unity::Il2CppString;
268(AnimSetDB)__receiver)
269 }
270 }
271 #[doc = "`set_DieR(::unity::Il2CppString)` overload"]
272 fn set_die_r(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
273 unsafe {
274 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
275 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f310usize)as*mut u8,();
276(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
277 }
278 }
279 #[doc = "`get_Dive()` overload"]
280 fn get_dive(self) -> ::unity::Il2CppString {
281 unsafe {
282 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
283 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f320usize)as*mut u8, ::unity::Il2CppString;
284(AnimSetDB)__receiver)
285 }
286 }
287 #[doc = "`set_Dive(::unity::Il2CppString)` overload"]
288 fn set_dive(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
289 unsafe {
290 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
291 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f330usize)as*mut u8,();
292(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
293 }
294 }
295 #[doc = "`get_Engage1()` overload"]
296 fn get_engage1(self) -> ::unity::Il2CppString {
297 unsafe {
298 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
299 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f340usize)as*mut u8, ::unity::Il2CppString;
300(AnimSetDB)__receiver)
301 }
302 }
303 #[doc = "`set_Engage1(::unity::Il2CppString)` overload"]
304 fn set_engage1(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
305 unsafe {
306 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
307 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f350usize)as*mut u8,();
308(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
309 }
310 }
311 #[doc = "`get_Engage2()` overload"]
312 fn get_engage2(self) -> ::unity::Il2CppString {
313 unsafe {
314 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
315 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f360usize)as*mut u8, ::unity::Il2CppString;
316(AnimSetDB)__receiver)
317 }
318 }
319 #[doc = "`set_Engage2(::unity::Il2CppString)` overload"]
320 fn set_engage2(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
321 unsafe {
322 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
323 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f370usize)as*mut u8,();
324(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
325 }
326 }
327 #[doc = "`get_Engage3()` overload"]
328 fn get_engage3(self) -> ::unity::Il2CppString {
329 unsafe {
330 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
331 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f380usize)as*mut u8, ::unity::Il2CppString;
332(AnimSetDB)__receiver)
333 }
334 }
335 #[doc = "`set_Engage3(::unity::Il2CppString)` overload"]
336 fn set_engage3(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
337 unsafe {
338 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
339 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f390usize)as*mut u8,();
340(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
341 }
342 }
343 #[doc = "`get_EvasionB()` overload"]
344 fn get_evasion_b(self) -> ::unity::Il2CppString {
345 unsafe {
346 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
347 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f3a0usize)as*mut u8, ::unity::Il2CppString;
348(AnimSetDB)__receiver)
349 }
350 }
351 #[doc = "`set_EvasionB(::unity::Il2CppString)` overload"]
352 fn set_evasion_b(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
353 unsafe {
354 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
355 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f3b0usize)as*mut u8,();
356(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
357 }
358 }
359 #[doc = "`get_EvasionL()` overload"]
360 fn get_evasion_l(self) -> ::unity::Il2CppString {
361 unsafe {
362 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
363 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f3c0usize)as*mut u8, ::unity::Il2CppString;
364(AnimSetDB)__receiver)
365 }
366 }
367 #[doc = "`set_EvasionL(::unity::Il2CppString)` overload"]
368 fn set_evasion_l(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
369 unsafe {
370 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
371 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f3d0usize)as*mut u8,();
372(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
373 }
374 }
375 #[doc = "`get_EvasionR()` overload"]
376 fn get_evasion_r(self) -> ::unity::Il2CppString {
377 unsafe {
378 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
379 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f3e0usize)as*mut u8, ::unity::Il2CppString;
380(AnimSetDB)__receiver)
381 }
382 }
383 #[doc = "`set_EvasionR(::unity::Il2CppString)` overload"]
384 fn set_evasion_r(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
385 unsafe {
386 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
387 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f3f0usize)as*mut u8,();
388(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
389 }
390 }
391 #[doc = "`get_Guard()` overload"]
392 fn get_guard(self) -> ::unity::Il2CppString {
393 unsafe {
394 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
395 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f400usize)as*mut u8, ::unity::Il2CppString;
396(AnimSetDB)__receiver)
397 }
398 }
399 #[doc = "`set_Guard(::unity::Il2CppString)` overload"]
400 fn set_guard(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
401 unsafe {
402 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
403 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f410usize)as*mut u8,();
404(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
405 }
406 }
407 #[doc = "`get_HoveringLoop()` overload"]
408 fn get_hovering_loop(self) -> ::unity::Il2CppString {
409 unsafe {
410 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
411 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f420usize)as*mut u8, ::unity::Il2CppString;
412(AnimSetDB)__receiver)
413 }
414 }
415 #[doc = "`set_HoveringLoop(::unity::Il2CppString)` overload"]
416 fn set_hovering_loop(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
417 unsafe {
418 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
419 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f430usize)as*mut u8,();
420(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
421 }
422 }
423 #[doc = "`get_IdleDying()` overload"]
424 fn get_idle_dying(self) -> ::unity::Il2CppString {
425 unsafe {
426 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
427 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f440usize)as*mut u8, ::unity::Il2CppString;
428(AnimSetDB)__receiver)
429 }
430 }
431 #[doc = "`set_IdleDying(::unity::Il2CppString)` overload"]
432 fn set_idle_dying(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
433 unsafe {
434 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
435 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f450usize)as*mut u8,();
436(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
437 }
438 }
439 #[doc = "`get_IdleNormal()` overload"]
440 fn get_idle_normal(self) -> ::unity::Il2CppString {
441 unsafe {
442 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
443 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f460usize)as*mut u8, ::unity::Il2CppString;
444(AnimSetDB)__receiver)
445 }
446 }
447 #[doc = "`set_IdleNormal(::unity::Il2CppString)` overload"]
448 fn set_idle_normal(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
449 unsafe {
450 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
451 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f470usize)as*mut u8,();
452(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
453 }
454 }
455 #[doc = "`get_ParryL()` overload"]
456 fn get_parry_l(self) -> ::unity::Il2CppString {
457 unsafe {
458 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
459 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f480usize)as*mut u8, ::unity::Il2CppString;
460(AnimSetDB)__receiver)
461 }
462 }
463 #[doc = "`set_ParryL(::unity::Il2CppString)` overload"]
464 fn set_parry_l(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
465 unsafe {
466 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
467 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f490usize)as*mut u8,();
468(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
469 }
470 }
471 #[doc = "`get_ParryR()` overload"]
472 fn get_parry_r(self) -> ::unity::Il2CppString {
473 unsafe {
474 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
475 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f4a0usize)as*mut u8, ::unity::Il2CppString;
476(AnimSetDB)__receiver)
477 }
478 }
479 #[doc = "`set_ParryR(::unity::Il2CppString)` overload"]
480 fn set_parry_r(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
481 unsafe {
482 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
483 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f4b0usize)as*mut u8,();
484(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
485 }
486 }
487 #[doc = "`get_Ready()` overload"]
488 fn get_ready(self) -> ::unity::Il2CppString {
489 unsafe {
490 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
491 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f4c0usize)as*mut u8, ::unity::Il2CppString;
492(AnimSetDB)__receiver)
493 }
494 }
495 #[doc = "`set_Ready(::unity::Il2CppString)` overload"]
496 fn set_ready(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
497 unsafe {
498 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
499 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f4d0usize)as*mut u8,();
500(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
501 }
502 }
503 #[doc = "`get_RelaxLoop()` overload"]
504 fn get_relax_loop(self) -> ::unity::Il2CppString {
505 unsafe {
506 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
507 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f4e0usize)as*mut u8, ::unity::Il2CppString;
508(AnimSetDB)__receiver)
509 }
510 }
511 #[doc = "`set_RelaxLoop(::unity::Il2CppString)` overload"]
512 fn set_relax_loop(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
513 unsafe {
514 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
515 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f4f0usize)as*mut u8,();
516(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
517 }
518 }
519 #[doc = "`get_Repelled()` overload"]
520 fn get_repelled(self) -> ::unity::Il2CppString {
521 unsafe {
522 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
523 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f500usize)as*mut u8, ::unity::Il2CppString;
524(AnimSetDB)__receiver)
525 }
526 }
527 #[doc = "`set_Repelled(::unity::Il2CppString)` overload"]
528 fn set_repelled(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
529 unsafe {
530 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
531 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f510usize)as*mut u8,();
532(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
533 }
534 }
535 #[doc = "`get_RunLoop()` overload"]
536 fn get_run_loop(self) -> ::unity::Il2CppString {
537 unsafe {
538 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
539 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f520usize)as*mut u8, ::unity::Il2CppString;
540(AnimSetDB)__receiver)
541 }
542 }
543 #[doc = "`set_RunLoop(::unity::Il2CppString)` overload"]
544 fn set_run_loop(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
545 unsafe {
546 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
547 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f530usize)as*mut u8,();
548(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
549 }
550 }
551 #[doc = "`get_RunStart()` overload"]
552 fn get_run_start(self) -> ::unity::Il2CppString {
553 unsafe {
554 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
555 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f540usize)as*mut u8, ::unity::Il2CppString;
556(AnimSetDB)__receiver)
557 }
558 }
559 #[doc = "`set_RunStart(::unity::Il2CppString)` overload"]
560 fn set_run_start(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
561 unsafe {
562 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
563 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f550usize)as*mut u8,();
564(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
565 }
566 }
567 #[doc = "`get_Special1()` overload"]
568 fn get_special1(self) -> ::unity::Il2CppString {
569 unsafe {
570 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
571 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f560usize)as*mut u8, ::unity::Il2CppString;
572(AnimSetDB)__receiver)
573 }
574 }
575 #[doc = "`set_Special1(::unity::Il2CppString)` overload"]
576 fn set_special1(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
577 unsafe {
578 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
579 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f570usize)as*mut u8,();
580(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
581 }
582 }
583 #[doc = "`get_Start()` overload"]
584 fn get_start(self) -> ::unity::Il2CppString {
585 unsafe {
586 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
587 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f580usize)as*mut u8, ::unity::Il2CppString;
588(AnimSetDB)__receiver)
589 }
590 }
591 #[doc = "`set_Start(::unity::Il2CppString)` overload"]
592 fn set_start(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
593 unsafe {
594 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
595 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f590usize)as*mut u8,();
596(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
597 }
598 }
599 #[doc = "`get_Win()` overload"]
600 fn get_win(self) -> ::unity::Il2CppString {
601 unsafe {
602 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
603 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f5a0usize)as*mut u8, ::unity::Il2CppString;
604(AnimSetDB)__receiver)
605 }
606 }
607 #[doc = "`set_Win(::unity::Il2CppString)` overload"]
608 fn set_win(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
609 unsafe {
610 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
611 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f5b0usize)as*mut u8,();
612(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
613 }
614 }
615 #[doc = "`get_WinLoop()` overload"]
616 fn get_win_loop(self) -> ::unity::Il2CppString {
617 unsafe {
618 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
619 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f5c0usize)as*mut u8, ::unity::Il2CppString;
620(AnimSetDB)__receiver)
621 }
622 }
623 #[doc = "`set_WinLoop(::unity::Il2CppString)` overload"]
624 fn set_win_loop(self, value: impl ::core::convert::Into<::unity::Il2CppString>) -> () {
625 unsafe {
626 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
627 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f5d0usize)as*mut u8,();
628(AnimSetDB)__receiver,(::unity::Il2CppString)::core::convert::Into::into(value))
629 }
630 }
631 #[doc = "`.ctor()` overload"]
632 fn ctor(self) -> () {
633 unsafe {
634 let __receiver = <AnimSetDB as ::unity::FromIlInstance>::from_il_instance(<Self as ::unity::SystemObject>::as_instance(self));
635 ::unity::il2cpp_call!((::unity::module_base()+0x1c8f690usize)as*mut u8,();
636(AnimSetDB)__receiver)
637 }
638 }
639}
640
641#[cfg(feature = "combat-animsetdb")]
642impl<__T: IAnimSetDB> IAnimSetDBMethods for __T {}
643
644#[cfg(feature = "combat-animsetdb")]
645impl AnimSetDB {
646 pub fn get_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
647 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[0]
648 }
649
650 pub fn set_name_method_info() -> &'static ::unity::il2cpp::MethodInfo {
651 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
652 }
653
654 pub fn get_attack1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
655 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[2]
656 }
657
658 pub fn set_attack1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
659 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[3]
660 }
661
662 pub fn get_attack2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
663 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[4]
664 }
665
666 pub fn set_attack2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
667 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[5]
668 }
669
670 pub fn get_attack3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
671 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[6]
672 }
673
674 pub fn set_attack3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
675 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[7]
676 }
677
678 pub fn get_attack4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
679 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[8]
680 }
681
682 pub fn set_attack4_method_info() -> &'static ::unity::il2cpp::MethodInfo {
683 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[9]
684 }
685
686 pub fn get_attack5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
687 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[10]
688 }
689
690 pub fn set_attack5_method_info() -> &'static ::unity::il2cpp::MethodInfo {
691 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[11]
692 }
693
694 pub fn get_attack_c_method_info() -> &'static ::unity::il2cpp::MethodInfo {
695 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[12]
696 }
697
698 pub fn set_attack_c_method_info() -> &'static ::unity::il2cpp::MethodInfo {
699 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[13]
700 }
701
702 pub fn get_attack_t_method_info() -> &'static ::unity::il2cpp::MethodInfo {
703 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[14]
704 }
705
706 pub fn set_attack_t_method_info() -> &'static ::unity::il2cpp::MethodInfo {
707 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[15]
708 }
709
710 pub fn get_damage_high_method_info() -> &'static ::unity::il2cpp::MethodInfo {
711 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[16]
712 }
713
714 pub fn set_damage_high_method_info() -> &'static ::unity::il2cpp::MethodInfo {
715 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[17]
716 }
717
718 pub fn get_damage_mid_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
719 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[18]
720 }
721
722 pub fn set_damage_mid_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
723 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[19]
724 }
725
726 pub fn get_damage_mid_du_method_info() -> &'static ::unity::il2cpp::MethodInfo {
727 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[20]
728 }
729
730 pub fn set_damage_mid_du_method_info() -> &'static ::unity::il2cpp::MethodInfo {
731 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[21]
732 }
733
734 pub fn get_damage_mid_ud_method_info() -> &'static ::unity::il2cpp::MethodInfo {
735 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[22]
736 }
737
738 pub fn set_damage_mid_ud_method_info() -> &'static ::unity::il2cpp::MethodInfo {
739 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[23]
740 }
741
742 pub fn get_die_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
743 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[24]
744 }
745
746 pub fn set_die_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
747 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[25]
748 }
749
750 pub fn get_die_l_method_info() -> &'static ::unity::il2cpp::MethodInfo {
751 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[26]
752 }
753
754 pub fn set_die_l_method_info() -> &'static ::unity::il2cpp::MethodInfo {
755 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[27]
756 }
757
758 pub fn get_die_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
759 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[28]
760 }
761
762 pub fn set_die_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
763 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[29]
764 }
765
766 pub fn get_dive_method_info() -> &'static ::unity::il2cpp::MethodInfo {
767 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[30]
768 }
769
770 pub fn set_dive_method_info() -> &'static ::unity::il2cpp::MethodInfo {
771 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[31]
772 }
773
774 pub fn get_engage1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
775 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[32]
776 }
777
778 pub fn set_engage1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
779 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[33]
780 }
781
782 pub fn get_engage2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
783 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[34]
784 }
785
786 pub fn set_engage2_method_info() -> &'static ::unity::il2cpp::MethodInfo {
787 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[35]
788 }
789
790 pub fn get_engage3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
791 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[36]
792 }
793
794 pub fn set_engage3_method_info() -> &'static ::unity::il2cpp::MethodInfo {
795 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[37]
796 }
797
798 pub fn get_evasion_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
799 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[38]
800 }
801
802 pub fn set_evasion_b_method_info() -> &'static ::unity::il2cpp::MethodInfo {
803 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[39]
804 }
805
806 pub fn get_evasion_l_method_info() -> &'static ::unity::il2cpp::MethodInfo {
807 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[40]
808 }
809
810 pub fn set_evasion_l_method_info() -> &'static ::unity::il2cpp::MethodInfo {
811 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[41]
812 }
813
814 pub fn get_evasion_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
815 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[42]
816 }
817
818 pub fn set_evasion_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
819 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[43]
820 }
821
822 pub fn get_guard_method_info() -> &'static ::unity::il2cpp::MethodInfo {
823 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[44]
824 }
825
826 pub fn set_guard_method_info() -> &'static ::unity::il2cpp::MethodInfo {
827 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[45]
828 }
829
830 pub fn get_hovering_loop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
831 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[46]
832 }
833
834 pub fn set_hovering_loop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
835 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[47]
836 }
837
838 pub fn get_idle_dying_method_info() -> &'static ::unity::il2cpp::MethodInfo {
839 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[48]
840 }
841
842 pub fn set_idle_dying_method_info() -> &'static ::unity::il2cpp::MethodInfo {
843 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[49]
844 }
845
846 pub fn get_idle_normal_method_info() -> &'static ::unity::il2cpp::MethodInfo {
847 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[50]
848 }
849
850 pub fn set_idle_normal_method_info() -> &'static ::unity::il2cpp::MethodInfo {
851 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[51]
852 }
853
854 pub fn get_parry_l_method_info() -> &'static ::unity::il2cpp::MethodInfo {
855 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[52]
856 }
857
858 pub fn set_parry_l_method_info() -> &'static ::unity::il2cpp::MethodInfo {
859 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[53]
860 }
861
862 pub fn get_parry_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
863 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[54]
864 }
865
866 pub fn set_parry_r_method_info() -> &'static ::unity::il2cpp::MethodInfo {
867 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[55]
868 }
869
870 pub fn get_ready_method_info() -> &'static ::unity::il2cpp::MethodInfo {
871 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[56]
872 }
873
874 pub fn set_ready_method_info() -> &'static ::unity::il2cpp::MethodInfo {
875 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[57]
876 }
877
878 pub fn get_relax_loop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
879 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[58]
880 }
881
882 pub fn set_relax_loop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
883 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[59]
884 }
885
886 pub fn get_repelled_method_info() -> &'static ::unity::il2cpp::MethodInfo {
887 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[60]
888 }
889
890 pub fn set_repelled_method_info() -> &'static ::unity::il2cpp::MethodInfo {
891 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[61]
892 }
893
894 pub fn get_run_loop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
895 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[62]
896 }
897
898 pub fn set_run_loop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
899 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[63]
900 }
901
902 pub fn get_run_start_method_info() -> &'static ::unity::il2cpp::MethodInfo {
903 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[64]
904 }
905
906 pub fn set_run_start_method_info() -> &'static ::unity::il2cpp::MethodInfo {
907 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[65]
908 }
909
910 pub fn get_special1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
911 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[66]
912 }
913
914 pub fn set_special1_method_info() -> &'static ::unity::il2cpp::MethodInfo {
915 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[67]
916 }
917
918 pub fn get_start_method_info() -> &'static ::unity::il2cpp::MethodInfo {
919 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[68]
920 }
921
922 pub fn set_start_method_info() -> &'static ::unity::il2cpp::MethodInfo {
923 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[69]
924 }
925
926 pub fn get_win_method_info() -> &'static ::unity::il2cpp::MethodInfo {
927 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[70]
928 }
929
930 pub fn set_win_method_info() -> &'static ::unity::il2cpp::MethodInfo {
931 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[71]
932 }
933
934 pub fn get_win_loop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
935 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[72]
936 }
937
938 pub fn set_win_loop_method_info() -> &'static ::unity::il2cpp::MethodInfo {
939 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[73]
940 }
941
942 pub fn load_method_info() -> &'static ::unity::il2cpp::MethodInfo {
943 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[74]
944 }
945
946 pub fn ctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
947 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[75]
948 }
949}
950
951#[cfg(feature = "combat-animsetdb")]
952impl AnimSetDB {
953 #[doc = "`.ctor()` — no args"]
954 pub fn new() -> Self {
955 let this = <Self as ::unity::FromIlInstance>::instantiate().unwrap_or_else(|| {
956 panic!(
957 "{}
958::{}
959 failed to instantiate",
960 ::core::stringify!(AnimSetDB),
961 ::core::stringify!(new),
962 )
963 });
964 <Self as IAnimSetDBMethods>::ctor(this);
965 this
966 }
967}
968
969#[cfg(feature = "combat-animsetdb")]
970#[doc(hidden)]
971pub mod prelude {
972 pub use super::{AnimSetDB, IAnimSetDB, IAnimSetDBMethods};
973 #[cfg(feature = "app-structbase")]
974 pub use crate::app::structbase::IStructBaseMethods;
975 #[cfg(feature = "app-structdata_1")]
976 pub use crate::app::structdata_1::IStructData_1Methods;
977 #[cfg(feature = "app-structtemplate_1")]
978 pub use crate::app::structtemplate_1::IStructTemplate_1Methods;
979 #[cfg(feature = "system-object")]
980 pub use crate::system::object::IObjectMethods;
981 pub use crate::{
982 app::{structbase::IStructBase, structdata_1::IStructData_1, structtemplate_1::IStructTemplate_1},
983 system::object::IObject,
984 };
985}