LeviLamina
Loading...
Searching...
No Matches
ActorAnimationControllerState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/animation/ActorAnimationBase.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
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI explicit ActorAnimationControllerState(::HashedString const& name);
39
40 MCAPI void addAnimation(::HashedString const& name);
41
42 MCAPI ::StateAnimationVariable& addVariable(::std::string const& variableName);
43
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor(::HashedString const& name);
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCAPI void $dtor();
57 // NOLINTEND
58};
Definition ActorAnimationBase.h:5
Definition ActorAnimationControllerState.h:14
Definition HashedString.h:5
Definition StateAnimationVariable.h:10
Definition Alias.h:14