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
19class AngryDefinition {
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 AngryDefinition();
42
43 MCAPI void addBroadcastTargetByName(::std::string const& name);
44
45 MCAPI void initialize(::EntityContext& entity, ::AngryComponent& component) const;
46
47 MCAPI void uninitialize(::EntityContext& entity, ::AngryComponent&) const;
48
49 MCAPI ~AngryDefinition();
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static void
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
62 MCAPI void* $ctor();
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70};
Definition AngryComponent.h:18
Definition EntityContext.h:17
Definition HashedString.h:5
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8