LeviLamina
Loading...
Searching...
No Matches
ActorDefinitionModifier.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mAddGroups;
16 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mRemoveGroups;
17 ::ll::TypedStorage<8, 24, ::std::vector<::ActorDefinitionTrigger>> mTriggers;
18 ::ll::TypedStorage<8, 24, ::std::vector<::ActorEventResponse const*>> mResponses;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
30 MCAPI ::ActorDefinitionModifier& operator=(::ActorDefinitionModifier const&);
31
32 MCAPI ::ActorDefinitionModifier& operator=(::ActorDefinitionModifier&&);
33
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor(::ActorDefinitionModifier const&);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48};
Definition ActorDefinitionTrigger.h:9
Definition ActorEventResponse.h:16
Definition ActorDefinitionModifier.h:11