LeviLamina
Loading...
Searching...
No Matches
ActorDefinitionTrigger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/FilterSubject.h"
7#include "mc/world/actor/ActorFilterGroup.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 32, ::std::string> mType;
14 ::ll::TypedStorage<2, 2, ::SharedTypes::Legacy::FilterSubject> mTarget;
15 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mFilter;
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
21
22public:
23 // member functions
24 // NOLINTBEGIN
26
27 MCAPI ::ActorDefinitionTrigger& operator=(::ActorDefinitionTrigger&&);
28
29 MCAPI ::ActorDefinitionTrigger& operator=(::ActorDefinitionTrigger const&);
30
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor();
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCFOLD void $dtor();
44 // NOLINTEND
45};
Definition ActorDefinitionTrigger.h:9