19 enum class CopperEventType : uchar {
29 ::ll::TypedStorage<4, 4, ::ParticleType> mOnStartType;
30 ::ll::TypedStorage<4, 4, float> mOffsetY;
31 ::ll::TypedStorage<1, 1, bool> mOffsetTowardsInteractor;
32 ::ll::TypedStorage<1, 1, ::InteractionParticle::CopperEventType> mCopperEventType;
38 MCAPI
void setCopperEventType(::std::string
const& name);
40 MCAPI
void setParticleType(::std::string
const& name);
Definition InteractionParticle.h:16