21 ::ll::TypedStorage<4, 4, float> mDamageRange;
22 ::ll::TypedStorage<4, 4, int> mDamagePerTick;
23 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::ActorDamageCause> mDamageCause;
24 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mEntityFilter;
25 ::ll::TypedStorage<4, 4, float> mAttackCooldownSeconds;
26 ::ll::TypedStorage<1, 1, bool> mPlayAttackSound;
34 MCAPI
void setDamageCause(::std::string
const& cause);
40 MCAPI
static void buildSchema(
Definition EntityContext.h:17