LeviLamina
Loading...
Searching...
No Matches
AngryDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/FloatRange.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.h"
8#include "mc/world/actor/ActorDefinitionTrigger.h"
9#include "mc/world/actor/ActorFilterGroup.h"
10
11// auto generated forward declare list
12// clang-format off
13class AngryComponent;
14class EntityContext;
15class HashedString;
16namespace JsonUtil { class EmptyClass; }
17// clang-format on
18
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<4, 4, int> mDuration;
24 ::ll::TypedStorage<4, 4, int> mDurationDelta;
25 ::ll::TypedStorage<1, 1, bool> mBroadcastAnger;
26 ::ll::TypedStorage<1, 1, bool> mBroadcastOnAttack;
27 ::ll::TypedStorage<1, 1, bool> mBroadcastOnBeingAttacked;
28 ::ll::TypedStorage<1, 1, bool> mBroadcastAngerWhenDying;
29 ::ll::TypedStorage<4, 4, int> mBroadcastRange;
30 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mBroadcastFilter;
31 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnCalm;
32 ::ll::TypedStorage<8, 24, ::std::vector<::HashedString>> mBroadcastTargets;
33 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mSubjectFilter;
34 ::ll::TypedStorage<8, 32, ::std::string> mAngrySound;
35 ::ll::TypedStorage<4, 8, ::FloatRange> mSoundInterval;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI void addBroadcastTargetByName(::std::string const& name);
42
43 MCAPI void initialize(::EntityContext& entity, ::AngryComponent& component) const;
44
45 MCAPI ~AngryDefinition();
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static void
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60};
Definition AngryComponent.h:17
Definition AngryDefinition.h:19
Definition EntityContext.h:16
Definition HashedString.h:5
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8