Dr. Mario 64 Password Tool Version 1.1
A command-line tool written in C++ that allows to generate and decode the passwords of Dr. Mario 64.
Loading...
Searching...
No Matches
CheckCommandLineArguments.h File Reference

CheckCommandLineArguments.cpp's header file. More...

Go to the source code of this file.

Functions

unsigned char _CheckCommandLineArguments (char **CommandLineArgumentsArray, bool InGameInformation=false)

Detailed Description

CheckCommandLineArguments.cpp's header file.

Author
WaluigiBSOD

Function Documentation

◆ _CheckCommandLineArguments()

unsigned char _CheckCommandLineArguments ( char ** CommandLineArgumentsArray,
bool InGameInformation = false )

Checks if all the entered command-line arguments are valid or not, as a string.

Parameters
[in]CommandLineArgumentsArrayAll the command-line arguments to check.
[in]InGameInformationSpecifies if the data to be validated comes directly from the game's screen (true) or is entered as internal data (false).
Returns
True if the entered command-line arguments are valid as a string, false if not.
Author
WaluigiBSOD