LeviLamina
Loading...
Searching...
No Matches
IVehicleStateProvider.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9namespace RideableComponentHelpers { class IRideableActor; }
10// clang-format on
11
12namespace RideableComponentHelpers {
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 0
19 virtual ~IVehicleStateProvider() = default;
20
21 // vIndex: 1
22 virtual bool canAddPassenger(
23 ::std::vector<::StrictActorIDEntityContextPair> const&,
27 ) const = 0;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33
34 // NOLINTEND
35};
36
37} // namespace RideableComponentHelpers
Definition IRideableActor.h:14
Definition IVehicleStateProvider.h:14
Definition RideableComponentData.h:5
Definition StrictActorIDEntityContextPair.h:5