LeviLamina
Loading...
Searching...
No Matches
LeashableComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorDefinitionTrigger.h"
7
8// auto generated forward declare list
9// clang-format off
10struct LeashablePreset;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::std::vector<::LeashablePreset>> mPresets;
18 ::ll::TypedStorage<1, 1, bool> mCanBeStolen;
19 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnLeash;
20 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnUnleash;
21 ::ll::TypedStorage<1, 1, bool> mOnUnleashInteractOnly;
22 ::ll::TypedStorage<4, 4, float> mAngularMomentum;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 LeashableComponent& operator=(LeashableComponent const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
36
37 MCNAPI ::LeashableComponent& operator=(::LeashableComponent&&);
38
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCNAPI void* $ctor(::LeashableComponent&&);
46
47 MCNAPI void* $ctor(::LeashableComponent const&);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
Definition LeashableComponent.h:13
MCAPI LeashableComponent(::LeashableComponent &&)
MCAPI::LeashableComponent & operator=(::LeashableComponent &&)
MCAPI void * $ctor(::LeashableComponent &&)
MCAPI ~LeashableComponent()
MCAPI LeashableComponent(::LeashableComponent const &)
MCAPI void * $ctor(::LeashableComponent const &)
MCAPI void $dtor()
Definition LeashablePreset.h:5