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
23
canAddPassenger(::std::vector<::StrictActorIDEntityContextPair>
const
&,
::RideableComponentData
const
&,
::RideableComponentHelpers::IRideableActor
const
&,
::RideableComponentHelpers::IRideableActor
const
&)
24
const
= 0;
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
39
40
}
// 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 Sat Apr 26 2025 05:55:36 for LeviLamina by
1.12.0