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/world/actor/ActorComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
10class HashedString;
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
28 virtual ~AnimationsDescription() /*override*/;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCAPI void $dtor();
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
41
42 MCAPI char const* $getJsonName() const;
43
44
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition HashedString.h:5
Definition ActorComponentDescription.h:8
Definition AnimationsDescription.h:14
static MCAPI void ** $vftable()
Definition DeserializeDataParams.h:16