17 ::ll::TypedStorage<4, 4, int> mDuration;
18 ::ll::TypedStorage<1, 1, bool> mHasTicked;
19 ::ll::TypedStorage<1, 1, bool> mBroadcastAnger;
20 ::ll::TypedStorage<1, 1, bool> mBroadcastOnAttack;
21 ::ll::TypedStorage<1, 1, bool> mBroadcastOnBeingAttacked;
22 ::ll::TypedStorage<1, 1, bool> mBroadcastAngerWhenDying;
23 ::ll::TypedStorage<4, 4, int> mBroadcastRange;
24 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mBroadcastFilter;
25 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mSubjectFilter;
26 ::ll::TypedStorage<8, 8, ::Tick> mNextSoundEventTick;
37 MCAPI
bool canGetAngry(
::Mob& owner,
::Mob* testMob,
::Actor* target,
bool allowInvulnerable,
bool mustSee)
const;
41 MCAPI
void restartTimer(
::Mob& owner);