19 ::ll::TypedStorage<1, 1, bool> mInWater;
20 ::ll::TypedStorage<1, 1, bool> mMatchVariant;
21 ::ll::TypedStorage<1, 1, bool> mUseCenterOfMass;
22 ::ll::TypedStorage<4, 4, int> mLowFlockLimit;
23 ::ll::TypedStorage<4, 4, int> mHighFlockLimit;
24 ::ll::TypedStorage<4, 4, float> mGoalWeight;
25 ::ll::TypedStorage<4, 4, float> mLonerChance;
26 ::ll::TypedStorage<4, 4, float> mInfluenceRadius;
27 ::ll::TypedStorage<4, 4, float> mBreachInfluence;
28 ::ll::TypedStorage<4, 4, float> mSeparationWeight;
29 ::ll::TypedStorage<4, 4, float> mSeparationThreshold;
30 ::ll::TypedStorage<4, 4, float> mCohesionWeight;
31 ::ll::TypedStorage<4, 4, float> mCohesionThreshold;
32 ::ll::TypedStorage<4, 4, float> mInnerCohesionThres;
33 ::ll::TypedStorage<4, 4, float> mMinHeight;
34 ::ll::TypedStorage<4, 4, float> mMaxHeight;
35 ::ll::TypedStorage<4, 4, float> mBlockDistance;
36 ::ll::TypedStorage<4, 4, float> mBlockWeight;
48 MCAPI
static void buildSchema(
Definition EntityContext.h:16