21 ::ll::TypedStorage<4, 4, int> mVersion;
22 ::ll::TypedStorage<8, 8, ::CommandRegistry const*> mRegistry;
23 ::ll::TypedStorage<4, 4, int> mCommandSymbol;
24 ::ll::TypedStorage<1, 1, ::CommandPermissionLevel> mPermissionLevel;
25 ::ll::TypedStorage<2, 2, ::CommandFlag> mFlags;
28 LLNDAPI std::string getCommandName()
const;
37 virtual bool collectOptionalArguments();
56 MCAPI
static bool isTemplateLockedAction(
::CommandOrigin const& origin);
60 MCAPI
static bool shouldUseCommandOriginRotation(
::CommandOrigin const& origin,
int version);
62 MCAPI
static bool validRange(
float input,
float low,
float high,
::CommandOutput& output);
64 MCAPI
static bool validRange(
int input,
int low,
int high,
::CommandOutput& output);
70 MCAPI static ::std::string
const& WILDCARD_TOKEN();
82 MCFOLD
bool $collectOptionalArguments();
88 MCAPI
static void** $vftable();