21 ::ll::TypedStorage<4, 4, int> mDefaultAnnoyingness;
22 ::ll::TypedStorage<4, 4, int> mDefaultProjectileAnnoyingness;
23 ::ll::TypedStorage<4, 4, int> mMaxAngerLevel;
24 ::ll::TypedStorage<4, 4, int> mAngryThreshold;
25 ::ll::TypedStorage<1, 1, bool> mRemoveTargetBelowAngryThreshold;
26 ::ll::TypedStorage<4, 4, int> mAngryBoost;
27 ::ll::TypedStorage<8, 24, ::std::vector<::SoundDefinition>> mOnIncreaseSoundDefinitions;
28 ::ll::TypedStorage<4, 4, float> mAngerDecrementIntervalSeconds;
29 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mNuisanceFilter;
35 MCAPI
void addOnIncreaseSoundDefinition(
::SoundDefinition const& soundDefinition);
43 MCAPI
static void buildSchema(
Definition EntityContext.h:16