21 ::ll::TypedStorage<4, 4, int> mAttackDurationTicks;
22 ::ll::TypedStorage<4, 4, int> mPostPathingTicks;
23 ::ll::TypedStorage<4, 4, int> mHitDelayTicks;
24 ::ll::TypedStorage<4, 4, ::ActorFlags> mAttackFlag;
25 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSound;
32 virtual bool canUse() ;
35 virtual bool canContinueToUse() ;
38 virtual void start() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
56 MCAPI
void _attemptAttack(
::Actor* target,
bool canReach,
bool hasLineOfSight);
62 MCAPI
static bool _isTargetInLineOfSightLegacy(
::Mob const& mob,
::Actor const& target);
68 MCAPI static ::BaseGameVersion
const& mMinLineOfSightFixVersion();
80 MCFOLD
bool $canUse();
82 MCAPI
bool $canContinueToUse();
90 MCAPI
void $appendDebugInfo(::std::string& str)
const;
96 MCAPI
static void** $vftable();