22 enum class AddAreaType :
int {
27 enum class Mode :
int {
35 enum class TargetDimensions :
int {
43 ::ll::TypedStorage<4, 4, ::TickingAreaCommand::Mode> mMode;
44 ::ll::TypedStorage<4, 4, ::TickingAreaCommand::AddAreaType> mAddAreaType;
45 ::ll::TypedStorage<4, 4, ::TickingAreaCommand::TargetDimensions> mTargetDimensions;
46 ::ll::TypedStorage<4, 16, ::CommandPosition> mPosition;
47 ::ll::TypedStorage<4, 16, ::CommandPosition> mMax;
48 ::ll::TypedStorage<8, 32, ::std::string> mName;
49 ::ll::TypedStorage<4, 4, int> mRadius;
50 ::ll::TypedStorage<1, 1, bool> mUsePosition;
51 ::ll::TypedStorage<1, 1, bool> mPreloadValue;
52 ::ll::TypedStorage<1, 1, bool> mPreloadValueSet;
85 MCAPI static ::std::string formatTickingAreaList(::std::vector<::TickingAreaDescription>
const& tickingAreas);