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
23 canAddPassenger(::std::vector<::StrictActorIDEntityContextPair> const&, ::RideableComponentData const&, ::RideableComponentHelpers::IRideableActor const&, ::RideableComponentHelpers::IRideableActor const&)
24 const = 0;
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36
37 // NOLINTEND
38};
39
40} // namespace RideableComponentHelpers
Definition IRideableActor.h:14
Definition IVehicleStateProvider.h:14
Definition RideableComponentData.h:5
Definition StrictActorIDEntityContextPair.h:5