LeviLamina
Loading...
Searching...
No Matches
AttributeInstanceDelegate.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class AttributeBuff;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 4, ::AttributeInstanceHandle> mAttributeHandle;
18 // NOLINTEND
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 0
24 virtual ~AttributeInstanceDelegate() = default;
25
26 // vIndex: 1
28
29 // vIndex: 2
30 virtual void notify(int64, ::AttributeModificationContext&);
31
32 // vIndex: 3
33 virtual bool willChange(float, float, ::AttributeBuff const&);
34
35 // vIndex: 4
36 virtual float change(float, float newValue, ::AttributeBuff const&);
37
38 // vIndex: 5
39 virtual float getBuffValueWithModifiers(::AttributeBuff const& buff) const;
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
45 MCAPI ::AttributeInstance* _getMutableInstance(::AttributeModificationContext& context) const;
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
58
59 MCFOLD void $notify(int64, ::AttributeModificationContext&);
60
61 MCFOLD bool $willChange(float, float, ::AttributeBuff const&);
62
63 MCAPI float $change(float, float newValue, ::AttributeBuff const&);
64
65 MCAPI float $getBuffValueWithModifiers(::AttributeBuff const& buff) const;
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCAPI static void** $vftable();
72 // NOLINTEND
73};
Definition AttributeBuff.h:14
Definition AttributeInstanceDelegate.h:13
Definition AttributeInstanceHandle.h:5
Definition AttributeInstance.h:16
Definition AttributeModificationContext.h:10
Definition context.h:5