16 ::ll::TypedStorage<8, 24, ::std::vector<::ActorUniqueID>> mNeighborhood;
17 ::ll::TypedStorage<4, 12, ::Vec3> mCenterOfMass;
18 ::ll::TypedStorage<4, 12, ::Vec3> mGroupVelocity;
19 ::ll::TypedStorage<4, 12, ::Vec3> mGoalHeading;
20 ::ll::TypedStorage<4, 12, ::Vec3> mCurrentHeading;
21 ::ll::TypedStorage<1, 1, bool> mInWater;
22 ::ll::TypedStorage<1, 1, bool> mMatchVariant;
23 ::ll::TypedStorage<1, 1, bool> mUseCenterOfMass;
24 ::ll::TypedStorage<1, 1, bool> mIsLeader;
25 ::ll::TypedStorage<1, 1, bool> mInFlock;
26 ::ll::TypedStorage<1, 1, bool> mIsEnabled;
27 ::ll::TypedStorage<1, 1, bool> mHasTargetGoal;
28 ::ll::TypedStorage<1, 1, bool> mUsingDirection;
29 ::ll::TypedStorage<4, 4, int> mFlockLimit;
30 ::ll::TypedStorage<4, 4, float> mLonerChance;
31 ::ll::TypedStorage<4, 4, float> mGoalWeight;
32 ::ll::TypedStorage<4, 4, float> mInfluenceRadius;
33 ::ll::TypedStorage<4, 4, float> mBreachInfluence;
34 ::ll::TypedStorage<4, 4, float> mSeparationWeight;
35 ::ll::TypedStorage<4, 4, float> mSeparationThreshold;
36 ::ll::TypedStorage<4, 4, float> mCohesionWeight;
37 ::ll::TypedStorage<4, 4, float> mCohesionThreshold;
38 ::ll::TypedStorage<4, 4, float> mInnerCohesionThreshold;
39 ::ll::TypedStorage<4, 4, float> mMinHeight;
40 ::ll::TypedStorage<4, 4, float> mMaxHeight;
41 ::ll::TypedStorage<4, 4, float> mBlockDist;
42 ::ll::TypedStorage<4, 4, float> mBlockWeight;
43 ::ll::TypedStorage<1, 1, bool> mOverspeedRequired;
56 MCAPI
void calculateFlockVector(
::Actor const& owner);
58 MCAPI
bool canJoinFlock(
::Actor& owner)
const;
60 MCAPI
void joinFlock(
::Actor& owner);
62 MCAPI
void manageNeighborhood(
::Actor& owner);
64 MCAPI
void mergeNeighborhoods(
::Actor& owner);
68 MCAPI
void updateNeighborhoodData(
::Actor const& owner);
70 MCAPI
bool validateVariantEntityTypes(
::Actor const& e0,
::Actor const& e1)
const;