22 ::ll::TypedStorage<4, 4, int> mSeatCount;
23 ::ll::TypedStorage<4, 4, int> mControllingSeat;
24 ::ll::TypedStorage<1, 1, bool> mSkipInteractIfCrouching;
25 ::ll::TypedStorage<8, 24, ::std::vector<::SeatDescription>> mSeats;
26 ::ll::TypedStorage<8, 16, ::std::set<::HashedString, ::std::hash<::HashedString>>> mFamilyTypes;
27 ::ll::TypedStorage<8, 32, ::std::string> mInteractText;
28 ::ll::TypedStorage<1, 1, bool> mPullInEntities;
29 ::ll::TypedStorage<1, 1, bool> mPassengerCanPick;
30 ::ll::TypedStorage<4, 4, float> mPassengerMaxWidth;
31 ::ll::TypedStorage<1, 1, ::DismountMode> mDismountMode;
32 ::ll::TypedStorage<8, 32, ::std::string> mOnRiderEnterEvent;
33 ::ll::TypedStorage<8, 32, ::std::string> mOnRiderExitEvent;
39 MCAPI
void addFamilyTypeByName(::std::string
const& name);
43 MCAPI
void setDismountMode(::std::string
const& mode);
51 MCAPI
static void buildSchema(
Definition EntityContext.h:17