LeviLamina
Loading...
Searching...
No Matches
RideableDefaults.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace RideableDefaults {
6// static variables
7// NOLINTBEGIN
8MCAPI int const& CONTROLLING_SEAT();
9
10MCAPI bool const& PASSENGER_CAN_PICK();
11
12MCAPI bool const& PULL_IN_ENTITIES();
13
14MCAPI int const& SEAT_COUNT();
15
16MCAPI bool const& SKIP_INTERACT_IF_CROUCHING();
17// NOLINTEND
18
19} // namespace RideableDefaults