LeviLamina
Loading...
Searching...
No Matches
NavigationDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // prevent constructor by default
45
46public:
47 // virtual functions
48 // NOLINTBEGIN
49 // vIndex: 2
50 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
51
52 // vIndex: 1
53 virtual ~NavigationDescription() /*override*/;
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCAPI static void** $vftable();
72 // NOLINTEND
73};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:15
Definition NavigationDescription.h:13
Definition Alias.h:14