8 enum class Type : uchar {
19 CommandExposed = 1 << 1,
20 PermissionsInterfaceExposed = 1 << 2,
27 ::ll::TypedStorage<1, 4, bool> mBoolVal;
28 ::ll::TypedStorage<4, 4, float> mFloatVal;
35 ::ll::TypedStorage<1, 1, ::Ability::Type> mType;
36 ::ll::TypedStorage<4, 4, ::Ability::Value> mValue;
37 ::ll::TypedStorage<1, 1, ::Ability::Options> mOptions;