FindCommandLineParam
Determines if a specific command line parameter is present.
native bool FindCommandLineParam(const char[] param)
Parameters
const char[] param
The command line parameter to test.
Return Value
bool True if the command line parameter is specified; otherwise, false.Error
No command line available, or no mod support.