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
27 virtual ~NavigationSwimDescription() /*override*/;
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCNAPI void $dtor();
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCNAPI char const* $getJsonName() const;
40
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition NavigationDescription.h:14
Definition NavigationSwimDescription.h:8
MCAPI char const * $getJsonName() const
static MCAPI void ** $vftable()