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 virtual ~IVehicleStateProvider() = default;
19
20 virtual bool canAddPassenger(
21 ::std::vector<::StrictActorIDEntityContextPair> const&,
25 ) const = 0;
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31
32 // NOLINTEND
33};
34
35} // namespace RideableComponentHelpers
Definition IRideableActor.h:15
Definition IVehicleStateProvider.h:14
Definition RideableComponentData.h:8
Definition StrictActorIDEntityContextPair.h:9