LeviLamina
Loading...
Searching...
No Matches
AnimationsDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/world/actor/ActorComponentDescription.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::HashedString>> mActorAnimationMap;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
25
26 virtual char const* getJsonName() const /*override*/;
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
33
34 MCAPI char const* $getJsonName() const;
35
36
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCAPI static void** $vftable();
43 // NOLINTEND
44};
Definition ActorComponentDescription.h:8
Definition AnimationsDescription.h:14
Definition DeserializeDataParams.h:13