Functions | |
| const char * | MFCommandLine_GetCommandLineString () |
| Get the command line buffer. | |
| bool | MFCommandLine_GetBool (const char *pParameter, bool defaultValue=false) |
| Get a bool argument from the command line. | |
| int | MFCommandLine_GetInt (const char *pParameter, int defaultValue=0) |
| Get an int argument from the command line. | |
| float | MFCommandLine_GetFloat (const char *pParameter, float defaultValue=0.0f) |
| Get a float argument from the command line. | |
| const char * | MFCommandLine_GetString (const char *pParameter) |
| Get a string argument from the command line. | |
1.4.5