LeviLamina
Loading...
Searching...
No Matches
AddRiderComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
9// clang-format on
10
11struct AddRiderComponent {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 24, ::std::vector<::ActorDefinitionIdentifier>> mPassengersTypes;
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 AddRiderComponent& operator=(AddRiderComponent const&);
21 AddRiderComponent(AddRiderComponent const&);
22 AddRiderComponent();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::AddRiderComponent& operator=(::AddRiderComponent&&);
28
29 MCAPI void reloadComponent(::Actor& owner);
30 // NOLINTEND
31};
Definition Actor.h:105
Definition ActorDefinitionIdentifier.h:15