LeviLamina
Loading...
Searching...
No Matches
ActorDocument.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace SharedTypes::Legacy {
12
14public:
15 // member variables
16 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ActorDocument& operator=(ActorDocument const&);
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCNAPI static ::SemVersionConstant const& VERSION();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
61
62} // namespace SharedTypes::Legacy
Definition SemVersionConstant.h:8
Definition ActorDocument.h:13
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI ActorDocument(::SharedTypes::Legacy::ActorDocument &&)
static MCAPI ::SemVersionConstant const & VERSION()
MCAPI void * $ctor(::SharedTypes::Legacy::ActorDocument &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14