LeviLamina
Loading...
Searching...
No Matches
CommonResourceDefinitionMap.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9class HashedString;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCAPI ::std::vector<::NamedMolangScript> const& getAnimateScriptArray() const;
34
35 MCAPI void mergeAnimation(::HashedString const& name, ::ActorSkeletalAnimationPtr animationPtr);
36
37 MCAPI void
38 mergeAnimationController(::HashedString const& name, ::ActorAnimationControllerPtr animationControllerPtr);
39
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor();
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54};
Definition ActorAnimationControllerPtr.h:5
Definition ActorSkeletalAnimationPtr.h:5
Definition CommonResourceDefinitionMap.h:13
Definition HashedString.h:5
Definition NamedMolangScript.h:11
Definition Alias.h:14