LeviLamina
Loading...
Searching...
No Matches
FloatOption.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/options/option_types/Option.h"
7
8class FloatOption : public ::Option {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<4, 4, float const> VALUE_MIN;
13 ::ll::TypedStorage<4, 4, float const> VALUE_MAX;
14 ::ll::TypedStorage<4, 4, float> mValue;
15 ::ll::TypedStorage<4, 4, float> mDefaultValue;
16 ::ll::TypedStorage<4, 4, float const> DELTA;
17 // NOLINTEND
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual void save(::std::vector<::std::pair<::std::string, ::std::string>>& propertyVector) /*override*/;
23
24 virtual void load(::std::string const& valueString) /*override*/;
25
26#ifdef LL_PLAT_S
27 virtual ~FloatOption() /*override*/ = default;
28#else // LL_PLAT_C
29 virtual ~FloatOption() /*override*/;
30#endif
31
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43#ifdef LL_PLAT_C
44 MCAPI void $save(::std::vector<::std::pair<::std::string, ::std::string>>& propertyVector);
45
46 MCAPI void $load(::std::string const& valueString);
47#endif
48
49
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition FloatOption.h:8
static MCAPI void ** $vftable()