Mount Fuji Engine  0.8b
Functions
Command Line Parsing Functions

Functions

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

Detailed Description