Open 3D Engine EMotionFX Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
MCore::Command Member List

This is the complete list of members for MCore::Command, including all inherited members.

AddCallback(Command::Callback *callback)MCore::Command
CalcNumPostCommandCallbacks() constMCore::Command
CalcNumPreCommandCallbacks() constMCore::Command
CheckIfHasCallback(Command::Callback *callback) constMCore::Command
Command(AZStd::string commandName, Command *originalCommand)MCore::Command
Create()=0MCore::Commandpure virtual
Execute(const CommandLine &parameters, AZStd::string &outResult)=0MCore::Commandpure virtual
ExecuteParameter(AZStd::optional< T > &oldParameter, AZStd::optional< T > &parameter, T &value) (defined in MCore::Command)MCore::Commandinline
GetCallback(size_t index)MCore::Commandinline
GetDescription() constMCore::Commandinlinevirtual
GetHistoryName() constMCore::Commandinlinevirtual
GetIsUndoable() constMCore::Commandvirtual
GetName() constMCore::Command
GetNameString() constMCore::Command
GetNumCallbacks() constMCore::Command
GetOriginalCommand()MCore::Commandinline
GetSyntax()MCore::Commandinline
InitSyntax()MCore::Commandvirtual
Reflect(AZ::ReflectContext *context) (defined in MCore::Command)MCore::Commandstatic
RemoveAllCallbacks()MCore::Command
RemoveCallback(Command::Callback *callback, bool delFromMem=true)MCore::Command
SetCommandParameters(const CommandLine &parameters) (defined in MCore::Command)MCore::Commandinlinevirtual
SetOriginalCommand(Command *orgCommand) (defined in MCore::Command)MCore::Commandinline
Undo(const CommandLine &parameters, AZStd::string &outResult)MCore::Commandinlinevirtual
~Command()MCore::Commandvirtual