LeviLamina
Loading...
Searching...
No Matches
NavigationSwimDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/definitions/NavigationDescription.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<1, 1, bool> mUsingWander;
13 ::ll::TypedStorage<1, 1, bool> mAllowRiverFollow;
14 ::ll::TypedStorage<4, 4, float> mSteeringDamping;
15 ::ll::TypedStorage<4, 4, float> mMinDepth;
16 ::ll::TypedStorage<4, 4, float> mMaxDepth;
17 ::ll::TypedStorage<4, 4, float> mTerrainAvoidDist;
18 ::ll::TypedStorage<4, 4, float> mLookAheadDist;
19 ::ll::TypedStorage<4, 4, float> mCenteredThres;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual char const* getJsonName() const /*override*/;
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31 MCAPI char const* $getJsonName() const;
32
33
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
Definition NavigationDescription.h:14
Definition NavigationSwimDescription.h:8
static MCAPI void ** $vftable()