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 // vIndex: 2
25 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
26
27 // vIndex: 0
28 virtual char const* getJsonName() const /*override*/;
29
30 // vIndex: 1
31 virtual ~AnimationsDescription() /*override*/;
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCAPI void $dtor();
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
44
45 MCAPI char const* $getJsonName() const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition HashedString.h:5
Definition ActorComponentDescription.h:8
Definition AnimationsDescription.h:14
static MCAPI void ** $vftable()
Definition DeserializeDataParams.h:13