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::CommandLine Member List

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

CheckIfHasParameter(const char *paramName) constMCore::CommandLine
CheckIfHasParameter(const AZStd::string &paramName) const (defined in MCore::CommandLine)MCore::CommandLine
CheckIfHasValue(const char *paramName) constMCore::CommandLine
CommandLine()=defaultMCore::CommandLine
CommandLine(const AZStd::string &commandLine)MCore::CommandLineexplicit
FindParameterIndex(const char *paramName) constMCore::CommandLine
GetNumParameters() constMCore::CommandLine
GetParameterName(size_t nr) constMCore::CommandLine
GetParameterValue(size_t nr) constMCore::CommandLine
GetValue(const char *paramName, const char *defaultValue, AZStd::string *outResult) constMCore::CommandLine
GetValue(const char *paramName, const char *defaultValue, AZStd::string &outResult) const (defined in MCore::CommandLine)MCore::CommandLine
GetValue(const char *paramName, Command *command, AZStd::string *outResult) constMCore::CommandLine
GetValue(const char *paramName, Command *command, AZStd::string &outResult) const (defined in MCore::CommandLine)MCore::CommandLine
GetValue(const char *paramName, Command *command) const (defined in MCore::CommandLine)MCore::CommandLine
GetValueAsBool(const char *paramName, bool defaultValue) constMCore::CommandLine
GetValueAsBool(const char *paramName, Command *command) constMCore::CommandLine
GetValueAsFloat(const char *paramName, float defaultValue) constMCore::CommandLine
GetValueAsFloat(const char *paramName, Command *command) constMCore::CommandLine
GetValueAsInt(const char *paramName, int32 defaultValue) constMCore::CommandLine
GetValueAsInt(const char *paramName, Command *command) constMCore::CommandLine
GetValueAsVector3(const char *paramName, const AZ::Vector3 &defaultValue) constMCore::CommandLine
GetValueAsVector3(const char *paramName, Command *command) constMCore::CommandLine
GetValueAsVector4(const char *paramName, const AZ::Vector4 &defaultValue) constMCore::CommandLine
GetValueAsVector4(const char *paramName, Command *command) constMCore::CommandLine
GetValueIfExists(const char *paramName, Command *command) const (defined in MCore::CommandLine)MCore::CommandLine
Log(const char *debugName="") constMCore::CommandLine
SetCommandLine(const AZStd::string &commandLine)MCore::CommandLine