LeviLamina
Loading...
Searching...
No Matches
NameAction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorDefinitionTrigger.h"
7
8struct NameAction {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mNameFilters;
13 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnNamed;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 NameAction& operator=(NameAction const&);
19 NameAction(NameAction const&);
20 NameAction();
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI NameAction(::NameAction&&);
26
27 MCAPI void addNameFilterByName(::std::string const& name);
28
29 MCAPI ~NameAction();
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::NameAction&&);
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCAPI void $dtor();
42 // NOLINTEND
43};