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;
41 MCAPI
void addBroadcastTargetByName(::std::string
const& name);
Definition EntityContext.h:16