22 ::ll::TypedStorage<4, 4, float> mThrowPower;
23 ::ll::TypedStorage<8, 24, ::std::vector<::ShooterProjectileData>> mShooterProjectileData;
24 ::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> mDefaultActorDef;
25 ::ll::TypedStorage<4, 4, int> mDefaultAuxValue;
26 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
27 ::ll::TypedStorage<1, 1, bool> mMagicAttacks;
33 MCAPI
void addSoundByName(::std::string
const& name);
37 MCAPI
void setActorDefByName(::std::string
const& name);
Definition EntityContext.h:17