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
7
struct
RideableComponentData
;
8
struct
StrictActorIDEntityContextPair
;
9
namespace
RideableComponentHelpers {
class
IRideableActor; }
10
// clang-format on
11
12
namespace
RideableComponentHelpers {
13
14
class
IVehicleStateProvider
{
15
public
:
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
&,
24
::RideableComponentData
const
&,
25
::RideableComponentHelpers::IRideableActor
const
&,
26
::RideableComponentHelpers::IRideableActor
const
&
27
)
const
= 0;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
36
37
}
// namespace RideableComponentHelpers
RideableComponentHelpers::IRideableActor
Definition
IRideableActor.h:14
RideableComponentHelpers::IVehicleStateProvider
Definition
IVehicleStateProvider.h:14
RideableComponentData
Definition
RideableComponentData.h:5
StrictActorIDEntityContextPair
Definition
StrictActorIDEntityContextPair.h:5
src
mc
entity
components_json_legacy
rideable_component_helpers
IVehicleStateProvider.h
Generated on Fri Jun 13 2025 05:04:33 for LeviLamina by
1.12.0