LeviLamina
Loading...
Searching...
No Matches
ExperienceRewardComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 24, ::std::vector<::ExpressionNode>> mOnBred;
16 ::ll::TypedStorage<8, 24, ::std::vector<::ExpressionNode>> mOnDeath;
17 ::ll::TypedStorage<1, 1, bool> mIsExperienceDropEnabled;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI int getOnDeathExperience(::Actor& owner) const;
24 // NOLINTEND
25
26public:
27 // static variables
28 // NOLINTBEGIN
29 MCAPI static ::std::string const& mIsExperienceDropEnabledTag();
30 // NOLINTEND
31};
Definition Actor.h:105
Definition ExperienceRewardComponent.h:11
Definition ExpressionNode.h:33