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