LeviLamina
Loading...
Searching...
No Matches
ProjectileDescription.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
56 // NOLINTEND
57
58public:
59 // prevent constructor by default
62
63public:
64 // virtual functions
65 // NOLINTBEGIN
66 // vIndex: 0
67 virtual char const* getJsonName() const /*override*/;
68
69 // vIndex: 2
70 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
71
72 // vIndex: 1
73 virtual ~ProjectileDescription() /*override*/;
74 // NOLINTEND
75
76public:
77 // member functions
78 // NOLINTBEGIN
80 // NOLINTEND
81
82public:
83 // constructor thunks
84 // NOLINTBEGIN
85 MCAPI void* $ctor();
86 // NOLINTEND
87
88public:
89 // destructor thunk
90 // NOLINTBEGIN
91 MCAPI void $dtor();
92 // NOLINTEND
93
94public:
95 // virtual function thunks
96 // NOLINTBEGIN
97 MCAPI char const* $getJsonName() const;
98
99 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
100 // NOLINTEND
101
102public:
103 // vftables
104 // NOLINTBEGIN
105 MCAPI static void** $vftable();
106 // NOLINTEND
107};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:15
Definition ProjectileDescription.h:13
Definition Alias.h:14