LeviLamina
Loading...
Searching...
No Matches
ActorRiding.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs/ViewT.h"
7
8// auto generated forward declare list
9// clang-format off
10class EntityContext;
12class Vec3;
15struct VehicleComponent;
16// clang-format on
17
18namespace ActorRiding {
19// functions
20// NOLINTBEGIN
21MCAPI ::StrictEntityContext getPassengerClosestTo(
22 ::Vec3 const& pos,
23 ::VehicleComponent const& vehicle,
25);
26
27MCAPI ::std::vector<::StrictActorIDEntityContextPair> const& getPassengers(::EntityContext const& provider);
28// NOLINTEND
29
30} // namespace ActorRiding
Definition EntityContext.h:16
Definition StrictEntityContext.h:10
Definition Vec3.h:10
Definition ViewT.h:6
Definition StateVectorComponent.h:10
Definition StrictActorIDEntityContextPair.h:5
Definition VehicleComponent.h:10