LeviLamina
Loading...
Searching...
No Matches
AddRiderComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorDefinitionIdentifier.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> mPassengerType;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCNAPI void reloadComponent(::Actor& owner);
25
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCNAPI void $dtor();
33 // NOLINTEND
34};
Definition Actor.h:103
Definition AddRiderComponent.h:14
MCAPI void reloadComponent(::Actor &owner)
MCAPI void $dtor()
MCAPI ~AddRiderComponent()
Definition ActorDefinitionIdentifier.h:15