Open 3D Engine EMotionFX Gem API Reference  23.05.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) const MCore::CommandLine
CheckIfHasParameter(const AZStd::string &paramName) const (defined in MCore::CommandLine)MCore::CommandLine
CheckIfHasValue(const char *paramName) const MCore::CommandLine
CommandLine()=defaultMCore::CommandLine
CommandLine(const AZStd::string &commandLine)MCore::CommandLineexplicit
FindParameterIndex(const char *paramName) const MCore::CommandLine
GetNumParameters() const MCore::CommandLine
GetParameterName(size_t nr) const MCore::CommandLine
GetParameterValue(size_t nr) const MCore::CommandLine
GetValue(const char *paramName, const char *defaultValue, AZStd::string *outResult) const MCore::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) const MCore::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) const MCore::CommandLine
GetValueAsBool(const char *paramName, Command *command) const MCore::CommandLine
GetValueAsFloat(const char *paramName, float defaultValue) const MCore::CommandLine
GetValueAsFloat(const char *paramName, Command *command) const MCore::CommandLine
GetValueAsInt(const char *paramName, int32 defaultValue) const MCore::CommandLine
GetValueAsInt(const char *paramName, Command *command) const MCore::CommandLine
GetValueAsVector3(const char *paramName, const AZ::Vector3 &defaultValue) const MCore::CommandLine
GetValueAsVector3(const char *paramName, Command *command) const MCore::CommandLine
GetValueAsVector4(const char *paramName, const AZ::Vector4 &defaultValue) const MCore::CommandLine
GetValueAsVector4(const char *paramName, Command *command) const MCore::CommandLine
GetValueIfExists(const char *paramName, Command *command) const (defined in MCore::CommandLine)MCore::CommandLine
Log(const char *debugName="") const MCore::CommandLine
SetCommandLine(const AZStd::string &commandLine)MCore::CommandLine