17 enum class SearchStrategy :
int {
22 enum class PlaceStrategy :
int {
25 WithMatchingOrEmpty = 2,
31 ::ll::TypedStorage<8, 24, ::std::vector<::BlockDescriptor>> mSourceContainerTypes;
32 ::ll::TypedStorage<8, 24, ::std::vector<::BlockDescriptor>> mDestinationContainerTypes;
33 ::ll::TypedStorage<4, 4, uint> mMaxStackSize;
34 ::ll::TypedStorage<4, 4, float> mInteractionTime;
35 ::ll::TypedStorage<1, 1, bool> mAllowSimultaneousInteraction;
36 ::ll::TypedStorage<4, 4, ::TransportItemsGoalSettings::SearchStrategy> mSearchStrategy;
37 ::ll::TypedStorage<4, 8, ::Vec2> mSearchDistance;
38 ::ll::TypedStorage<4, 4, uint> mMaxVisitedContainers;
39 ::ll::TypedStorage<4, 4, uint> mIdleCooldown;
40 ::ll::TypedStorage<4, 4, ::TransportItemsGoalSettings::PlaceStrategy> mPlaceStrategy;
41 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mAllowedItems;
42 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mDisallowedItems;